summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource.rb')
-rw-r--r--lib/chef/resource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb
index 262aa84781..38d37d9944 100644
--- a/lib/chef/resource.rb
+++ b/lib/chef/resource.rb
@@ -1270,7 +1270,7 @@ class Chef
run_context.immediate_notifications(self).each { |n|
n.resolve_resource_reference(run_context.resource_collection)
}
- run_context.delayed_notifications(self).each {|n|
+ run_context.delayed_notifications(self).each { |n|
n.resolve_resource_reference(run_context.resource_collection)
}
end