summaryrefslogtreecommitdiff
path: root/lib/chef/application
diff options
context:
space:
mode:
authorMarc Chamberland <mchamberland@pbsc.com>2019-05-05 20:08:36 -0400
committerMarc Chamberland <mchamberland@pbsc.com>2019-05-23 12:30:56 -0400
commitc08d0b8789b9ad5ac8082bef370d5cc6ae5b610f (patch)
tree0f7ad457fac7e52f87e34e29ef865e5a979580e8 /lib/chef/application
parent44aae2c29d0c4ba28b4dbfc8c638036d8a2663ec (diff)
downloadchef-c08d0b8789b9ad5ac8082bef370d5cc6ae5b610f.tar.gz
More distro constant applications
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
Diffstat (limited to 'lib/chef/application')
-rw-r--r--lib/chef/application/exit_code.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/application/exit_code.rb b/lib/chef/application/exit_code.rb
index 7001cb1837..079cecf879 100644
--- a/lib/chef/application/exit_code.rb
+++ b/lib/chef/application/exit_code.rb
@@ -145,8 +145,8 @@ class Chef
def non_standard_exit_code_warning(exit_code)
"#{Chef::Dist::CLIENT} attempted to exit with a non-standard exit code of #{exit_code}." \
- " The Chef-Client Exit Codes design document (https://github.com/chef/chef-rfc/blob/master/rfc062-exit-status.md)" \
- " defines the exit codes that should be used with Chef. Chef::Application::ExitCode defines" \
+ " The #{Chef::Dist::PRODUCT} Exit Codes design document (https://github.com/chef/chef-rfc/blob/master/rfc062-exit-status.md)" \
+ " defines the exit codes that should be used with #{Chef::Dist::CLIENT}. Chef::Application::ExitCode defines" \
" valid exit codes Non-standard exit codes are redefined as GENERIC_FAILURE."
end