From ea430b7ef437e004afb8826adad36c60588f4ddc Mon Sep 17 00:00:00 2001 From: Claire McQuin Date: Tue, 30 Sep 2014 08:44:46 -0700 Subject: Tidy up some comments, whitespace. --- lib/chef/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/application.rb') 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 -- cgit v1.2.1