From 42d7ca19b5615e0ef9e4f1290e6bfeebce760a01 Mon Sep 17 00:00:00 2001 From: Nash Kaminski Date: Tue, 1 May 2018 11:57:16 -0500 Subject: Convert NX-OS configs to have consistent line endings and comment them properly. Fix typo in launcher script. --- bin/oxidized | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.1