summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-10-18 20:43:39 -0700
committerTim Smith <tsmith84@gmail.com>2015-10-18 20:43:39 -0700
commit1b2786a02598ae3f2a98ad74bba415d8ffb62bd0 (patch)
treee9a9b5fac87a4624d860fb66b210237251d32815 /lib/chef/client.rb
parent1dd6fee90b57951a8d1d6b6618131407452ebd37 (diff)
downloadchef-1b2786a02598ae3f2a98ad74bba415d8ffb62bd0.tar.gz
Use why-run vs. why_run or whyrun
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index e2d76092e2..b2a00a7d01 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -273,7 +273,7 @@ class Chef
if Chef::Config[:why_run] == true
# why_run should probably be renamed to why_converge
- Chef::Log.debug("Not running controls in 'why_run' mode - this mode is used to see potential converge changes")
+ Chef::Log.debug("Not running controls in 'why-run' mode - this mode is used to see potential converge changes")
elsif Chef::Config[:audit_mode] != :disabled
audit_error = run_audits(run_context)
end