summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ohai/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/config.rb b/lib/ohai/config.rb
index effcc759..76951a77 100644
--- a/lib/ohai/config.rb
+++ b/lib/ohai/config.rb
@@ -90,7 +90,7 @@ module Ohai
option_might_be_deprecated(option)
else
option_deprecated(option)
- end
+ end
Ohai::Log.warn(deprecation_warning)
value
end