diff options
author | Nash Kaminski <Nash.Kaminski@gs.com> | 2018-05-01 11:57:16 -0500 |
---|---|---|
committer | Nash Kaminski <Nash.Kaminski@gs.com> | 2018-05-07 13:50:44 -0500 |
commit | 42d7ca19b5615e0ef9e4f1290e6bfeebce760a01 (patch) | |
tree | 3ee90b72675fb97aedc6cc43231290390688a9e3 /bin | |
parent | b61a6aeef7baccd24f260f13b6618f14a8bd37ae (diff) |
Convert NX-OS configs to have consistent line endings and comment them properly. Fix typo in launcher script.
Diffstat (limited to 'bin')
-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 |