summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
authorPrajaktaPurohit <prajakta@opscode.com>2013-04-22 12:48:03 -0700
committerjamesc <james@opscode.com>2013-04-24 08:56:01 -0700
commit7fa0e1151528c98c4fa95eb766e31a1b21987c4f (patch)
treea78d2e4d781981615889c78e9dc66016d3e72a95 /lib/chef/client.rb
parent4aea53a2e8d46dc2ced0eee5ed9b3bbc63e9170c (diff)
downloadchef-7fa0e1151528c98c4fa95eb766e31a1b21987c4f.tar.gz
Adding the run_started callback
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index d1b368b9a4..da5683840b 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -103,6 +103,7 @@ class Chef
self.class.run_start_notifications.each do |notification|
notification.call(run_status)
end
+ @events.run_started(run_status)
end
# Callback to fire notifications that the run completed successfully