summaryrefslogtreecommitdiff
path: root/lib/chef/recipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/recipe.rb')
-rw-r--r--lib/chef/recipe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/recipe.rb b/lib/chef/recipe.rb
index 32578da5ab..599c451ce4 100644
--- a/lib/chef/recipe.rb
+++ b/lib/chef/recipe.rb
@@ -79,7 +79,7 @@ class Chef
# Used by the DSL to look up resources when executing in the context of a
# recipe.
def resources(*args)
- run_context.resource_collection.find(*args)
+ run_context.resource_set.find(*args)
end
# This was moved to Chef::Node#tag, redirecting here for compatability