summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-02 20:33:21 -0700
committerTim Smith <tsmith@chef.io>2019-05-02 20:33:21 -0700
commit21dae573adc3989ae1c7a0d6a0cebce41b84e483 (patch)
treec3ed838342c5d01b83443e7b21a19991e998afe4 /lib/chef
parentb9ad8858e5e147e8c18cc57ebc152923368af141 (diff)
downloadchef-21dae573adc3989ae1c7a0d6a0cebce41b84e483.tar.gz
Update specs for the new messages
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/application/solo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb
index c1042937cc..04cc9265ff 100644
--- a/lib/chef/application/solo.rb
+++ b/lib/chef/application/solo.rb
@@ -366,7 +366,7 @@ class Chef::Application::Solo < Chef::Application
end
def unforked_interval_error_message
- "Unforked #{Chef::Dist::CLIENT} interval runs are disabled bvy default." +
+ "Unforked #{Chef::Dist::CLIENT} interval runs are disabled by default." +
"\nConfiguration settings:" +
("\n interval = #{Chef::Config[:interval]} seconds" if Chef::Config[:interval]).to_s +
"\nEnable #{Chef::Dist::CLIENT} interval runs by setting `:client_fork = true` in your config file or adding `--fork` to your command line options."