diff options
author | danielsdeleo <dan@chef.io> | 2016-01-26 13:32:29 -0800 |
---|---|---|
committer | danielsdeleo <dan@chef.io> | 2016-01-27 12:38:54 -0800 |
commit | 05d98b354ab995fefd9ef6bc6d3e19bb5f960ad5 (patch) | |
tree | bf75f47b1b87ddbfddcb9100a803716eca1b65fe /lib/chef/run_lock.rb | |
parent | 6defab990c91e07361cc27a41d506338ca915527 (diff) | |
download | chef-05d98b354ab995fefd9ef6bc6d3e19bb5f960ad5.tar.gz |
Force config file setting to absolute path in chef-client
Diffstat (limited to 'lib/chef/run_lock.rb')
-rw-r--r-- | lib/chef/run_lock.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/run_lock.rb b/lib/chef/run_lock.rb index 42b99440bc..0d94afd15d 100644 --- a/lib/chef/run_lock.rb +++ b/lib/chef/run_lock.rb @@ -72,7 +72,7 @@ class Chef end end end - rescue Timeout::Error => e + rescue Timeout::Error exit_from_timeout end else |