summaryrefslogtreecommitdiff
path: root/lib/chef/provider/breakpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/breakpoint.rb')
-rw-r--r--lib/chef/provider/breakpoint.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/breakpoint.rb b/lib/chef/provider/breakpoint.rb
index 224e2758eb..caa8bd5231 100644
--- a/lib/chef/provider/breakpoint.rb
+++ b/lib/chef/provider/breakpoint.rb
@@ -25,9 +25,9 @@ class Chef
def action_break
if defined?(Shell) && Shell.running?
- run_context.resource_collection.iterator.pause
+ run_context.resource_list.iterator.pause
@new_resource.updated_by_last_action(true)
- run_context.resource_collection.iterator
+ run_context.resource_list.iterator
end
end