summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@getchef.com>2014-09-12 14:02:44 -0700
committerChris Doherty <cdoherty@getchef.com>2014-09-12 14:02:44 -0700
commitb6cc74645ead494c35d1ea4ecac1ce039fcd02b4 (patch)
treef87a68dde2bd60cb4c9821f853b732f3afb63778 /lib/chef/client.rb
parentb35e001755d9eaa78092f937dfa94002ef9ec349 (diff)
downloadchef-b6cc74645ead494c35d1ea4ecac1ce039fcd02b4.tar.gz
Improve the action and throw-label names.
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 457a67a98a..161ecddb0f 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -428,7 +428,7 @@ class Chef
run_context = setup_run_context
- catch (:interrupt_run_and_reboot) do
+ catch (:end_client_run_early) do
converge(run_context)
end