summaryrefslogtreecommitdiff
path: root/lib/ohai/system.rb
diff options
context:
space:
mode:
authorClaire McQuin <claire@opscode.com>2013-08-19 14:14:53 -0700
committerClaire McQuin <claire@opscode.com>2013-08-19 14:17:39 -0700
commit591bb31f0395d4085b8b6574fcb7ec75592aaca3 (patch)
treee220c41314bf21f9ff645f4fc4f7852be42088c0 /lib/ohai/system.rb
parent4b47df7a53dbf047a60905a1f97e1214c17e878b (diff)
downloadohai-591bb31f0395d4085b8b6574fcb7ec75592aaca3.tar.gz
create/update spec tests
Diffstat (limited to 'lib/ohai/system.rb')
-rw-r--r--lib/ohai/system.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/system.rb b/lib/ohai/system.rb
index b743893e..31f89146 100644
--- a/lib/ohai/system.rb
+++ b/lib/ohai/system.rb
@@ -60,7 +60,7 @@ module Ohai
if md
plugin_path = md[0]
plugin_name = md[1]
- loader.load_plugin(plugin_path, plugin_name) unless @sources.has_key?(plugin_path)
+ loader.load_plugin(plugin_path, plugin_name) unless @v6_dependency_solver.has_key?(plugin_path)
end
end
end