diff options
author | Adam Edwards <adamed@opscode.com> | 2014-05-02 16:56:56 -0700 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2014-05-18 23:16:04 -0700 |
commit | 6f8fd202b5d8ef36aad52c85ce45f47bd5c327e7 (patch) | |
tree | bc7296e635f7bd8926df8cf2a4e449f3faf32190 /bin | |
parent | c7121a4177f87c85da8ea10b3d605d03adff9eb9 (diff) | |
download | ohai-6f8fd202b5d8ef36aad52c85ce45f47bd5c327e7.tar.gz |
Remove ruby-wmi dependency
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ohai | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -39,13 +39,4 @@ rescue LoadError raise end -if RUBY_PLATFORM =~ /mswin|mingw32|windows/ - begin - require 'ruby-wmi' - rescue LoadError - STDERR.puts "ruby-wmi failed to load - is it installed?" - raise - end -end - Ohai::Application.new.run |