summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
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 c857da1b93..3d78cae2ca 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -278,6 +278,7 @@ class Chef
do_windows_admin_check
run_context = setup_run_context
+ events.run_context_setup(run_context)
if Chef::Config[:audit_mode] != :audit_only
converge_error = converge_and_save(run_context)