diff options
Diffstat (limited to 'lib/ohai/plugins/chef.rb')
-rw-r--r-- | lib/ohai/plugins/chef.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/chef.rb b/lib/ohai/plugins/chef.rb index 49052a5f..211a320e 100644 --- a/lib/ohai/plugins/chef.rb +++ b/lib/ohai/plugins/chef.rb @@ -21,7 +21,7 @@ Ohai.plugin(:Chef) do collect_data do begin - require 'chef/version' + require "chef/version" rescue Gem::LoadError # this catches when you've done a major version bump of ohai, but # your chef gem is incompatible, so we can't load it in the same VM |