diff options
author | ytti <saku@ytti.fi> | 2018-05-07 23:34:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-07 23:34:50 +0300 |
commit | 4f7ccac68649d6505ba7bb287799c964ae848664 (patch) | |
tree | e72bc729bdb248dc885af56b3deac19260e893f8 /bin/oxidized | |
parent | 65ac41fe761903f72e6e1ab642a33a8c13abf483 (diff) | |
parent | 42d7ca19b5615e0ef9e4f1290e6bfeebce760a01 (diff) |
Merge pull request #1334 from gs-kamnas/nxos-refactor
Fix debug mode, properly comment NX-OS configs and normalize their line endings.
Diffstat (limited to 'bin/oxidized')
-rwxr-xr-x | bin/oxidized | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oxidized b/bin/oxidized index 92730ee..1152833 100755 --- a/bin/oxidized +++ b/bin/oxidized @@ -8,6 +8,6 @@ begin Oxidized::CLI.new.run rescue => error warn "#{error}" - debug = Oxidied.config.debug rescue true + debug = Oxidized.config.debug rescue true raise if debug end |