summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/chef.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-02-11 17:33:29 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-02-11 17:33:29 -0800
commit43cd21b687a8a46b59be410de8be5f0bf133d1dc (patch)
tree2886d2e8b3e7bf67b38e1bbad17c00db21e7129c /lib/ohai/plugins/chef.rb
parent08c29c13309a4f7980dd4c3d5bc9eb29f0ec9ac8 (diff)
downloadohai-43cd21b687a8a46b59be410de8be5f0bf133d1dc.tar.gz
chefstyle catchup for ohai
there's still a few cops that are unaddressed by this change, so it won't be clean after merging this.
Diffstat (limited to 'lib/ohai/plugins/chef.rb')
-rw-r--r--lib/ohai/plugins/chef.rb2
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