summaryrefslogtreecommitdiff
path: root/lib/chef/event_dispatch
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-06-04 15:38:17 -0700
committerJohn Keiser <john@johnkeiser.com>2015-06-23 14:42:28 -0700
commitebc1edac19b1a20163cd4d6eb82dc25f0feec002 (patch)
tree003e1f23d892a2c996c84cbcd6c08c10eaeb8afa /lib/chef/event_dispatch
parenta73ce9bd098f0507563a6f3961f9be385afa860c (diff)
downloadchef-ebc1edac19b1a20163cd4d6eb82dc25f0feec002.tar.gz
Add comments and use def self.x instead of class<<self
Diffstat (limited to 'lib/chef/event_dispatch')
-rw-r--r--lib/chef/event_dispatch/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/event_dispatch/base.rb b/lib/chef/event_dispatch/base.rb
index b64c143421..50aee63450 100644
--- a/lib/chef/event_dispatch/base.rb
+++ b/lib/chef/event_dispatch/base.rb
@@ -282,7 +282,7 @@ class Chef
# 4. Check if why-run safe
# - resource_bypassed: (goto 7) if not why-run safe
# 5. During processing:
- # - resource_update_applied: For each actual change
+ # - resource_update_applied: For each actual change (many per action)
# 6. Processing complete status:
# - resource_failed if the resource threw an exception while running
# - resource_failed_retriable: (goto 3) if resource failed and will be retried