summaryrefslogtreecommitdiff
path: root/lib/chef/application.rb
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-09-30 08:44:46 -0700
committerClaire McQuin <claire@getchef.com>2014-10-01 14:31:06 -0700
commitea430b7ef437e004afb8826adad36c60588f4ddc (patch)
treeca21794a59962bf56478b3c9269e1a86acdfd149 /lib/chef/application.rb
parent9001bbc2d6ff694ddb31fd8b437b4e28367db839 (diff)
downloadchef-ea430b7ef437e004afb8826adad36c60588f4ddc.tar.gz
Tidy up some comments, whitespace.
Diffstat (limited to 'lib/chef/application.rb')
-rw-r--r--lib/chef/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application.rb b/lib/chef/application.rb
index 8a0c82d39d..abcc81c290 100644
--- a/lib/chef/application.rb
+++ b/lib/chef/application.rb
@@ -215,7 +215,7 @@ class Chef::Application
else
# Unforked interval runs are disabled, so this runs chef-client
# once and then exits. If TERM signal is received, will "ignore"
- # the signal to finish converge, then exit with exitstatus 3.
+ # the signal to finish converge.
run_with_graceful_exit_option
end
@chef_client = nil