Skip to content

Commit

Permalink
OHAI-412: fix provides collection w/ plugin objects
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Jul 12, 2013
1 parent 56ad0cb commit c6f4a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ohai/dsl/plugin.rb
Expand Up @@ -72,7 +72,7 @@ def provides(*paths)
end
end
h[:_providers] ||= []
h[:_providers] << @plugin_path
h[:_providers] << @file
end
end

Expand Down

0 comments on commit c6f4a08

Please sign in to comment.