summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-11-08 15:37:30 -0800
committerGitHub <noreply@github.com>2019-11-08 15:37:30 -0800
commit69f2095bd2db97d443ab09769fa9b16f5e35c3f0 (patch)
tree23e7cf7061c2ca83f1f5d7bf4298a23ef279fb99
parent954de754a8bb040989c303cd0cb2e0279cd4c9d5 (diff)
downloadchef-69f2095bd2db97d443ab09769fa9b16f5e35c3f0.tar.gz
Update lib/chef/resource/chef_sleep.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Kimberly Garmoe <kgarmoe@chef.io>
-rw-r--r--lib/chef/resource/chef_sleep.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_sleep.rb b/lib/chef/resource/chef_sleep.rb
index c1f31e3fe1..aa31e9605d 100644
--- a/lib/chef/resource/chef_sleep.rb
+++ b/lib/chef/resource/chef_sleep.rb
@@ -25,7 +25,7 @@ class Chef
unified_mode true
- description "Use the chef_sleep resource to sleep for a number of seconds during a #{Chef::Dist::PRODUCT} run. This resource should only be used when a command or service exits successfuly , but is not fully ready for the next step of the recipe."
+ description "Use the chef_sleep resource to set the number of seconds to sleep during a #{Chef::Dist::PRODUCT} run. Only use this resource when a command or service exits successfully but is not ready for the next step of the recipe."
introduced "15.5"
examples <<~DOC
Sleep for 10 seconds