summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rakoczy & Matthew Horan <pair+arakoczy+mhoran@pivotallabs.com>2013-01-07 11:19:08 -0500
committerBryan McLellan <btm@opscode.com>2013-04-11 14:14:21 -0700
commitd044035b7dc257d0ba20cccff312ca90eab101b6 (patch)
tree959ab753162545821e380960c36f5314614280b7
parent023dc7ef8c0a472da4d14697b21db25051915284 (diff)
downloadchef-d044035b7dc257d0ba20cccff312ca90eab101b6.tar.gz
CHEF-1761: Initialize @exit_gracefully in Chef::Application::Client
-rw-r--r--chef/lib/chef/application/client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef/lib/chef/application/client.rb b/chef/lib/chef/application/client.rb
index cbadfa9aef..901a2d79ab 100644
--- a/chef/lib/chef/application/client.rb
+++ b/chef/lib/chef/application/client.rb
@@ -186,6 +186,7 @@ class Chef::Application::Client < Chef::Application
def initialize
super
+ @exit_gracefully = false
end
# Reconfigure the chef client