diff options
author | Steven Murawski <steven.murawski@gmail.com> | 2017-04-04 15:15:00 -0500 |
---|---|---|
committer | Steven Murawski <steven.murawski@gmail.com> | 2017-04-04 15:15:00 -0500 |
commit | 4b0926387418cd8d4105c125aebd23e68b612ff4 (patch) | |
tree | c7a7d64f1afbd7133beea7e80709469e363c4091 /lib/chef/exceptions.rb | |
parent | 6c7c5e9de89ab127ce3375240c55f8a3c494566a (diff) | |
download | chef-4b0926387418cd8d4105c125aebd23e68b612ff4.tar.gz |
use rfc exit codes
Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r-- | lib/chef/exceptions.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb index 78bdf0cf4a..be46f262a4 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -62,8 +62,6 @@ class Chef class DeprecatedExitCode < RuntimeError def initalize super "Exiting with a non RFC 062 Exit Code." - require "chef/application/exit_code" - Chef::Application::ExitCode.notify_deprecated_exit_code end end |