summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNash Kaminski <Nash.Kaminski@gs.com>2018-05-01 11:57:16 -0500
committerNash Kaminski <Nash.Kaminski@gs.com>2018-05-07 13:50:44 -0500
commit42d7ca19b5615e0ef9e4f1290e6bfeebce760a01 (patch)
tree3ee90b72675fb97aedc6cc43231290390688a9e3 /bin
parentb61a6aeef7baccd24f260f13b6618f14a8bd37ae (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-xbin/oxidized2
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