summaryrefslogtreecommitdiff
path: root/bin/oxidized
diff options
context:
space:
mode:
Diffstat (limited to 'bin/oxidized')
-rwxr-xr-xbin/oxidized3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/oxidized b/bin/oxidized
index 7a0b03d..1152833 100755
--- a/bin/oxidized
+++ b/bin/oxidized
@@ -1,6 +1,5 @@
#!/usr/bin/env ruby
-
# FIX ME, killing oxidized needs -9
trap("INT") { exit } # sinatra will otherwise steal this from us
@@ -9,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