diff options
author | Tim Smith <tsmith@chef.io> | 2019-11-15 08:51:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 08:51:03 -0800 |
commit | 17bd1b5f4b74a5c350f56a51a63d5b913f012a6c (patch) | |
tree | cb72a0c35c0e0f5bcd26853eb348977d5e6c3d0f | |
parent | c782ae280ef4737bbb4430e7d5c8c2c56d14ae91 (diff) | |
download | chef-17bd1b5f4b74a5c350f56a51a63d5b913f012a6c.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2eb2b960e2..bc81302e38 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -39,7 +39,7 @@ Chef InSpec has been updated from 4.17.17 to 4.18.38. This release includes a la ### chef_sleep -The `chef_sleep` resource can be used to sleep for a specified number of seconds during a Chef Infra Client run. This may be helpful for use with other commands that return a completed status before they are actually ready. In general don't use this resource unless you truly need. +The `chef_sleep` resource can be used to sleep for a specified number of seconds during a Chef Infra Client run. This may be helpful to use with other commands that return a completed status before they are actually ready. In general, do not use this resource unless you truly need it. Using with a Windows service that starts, but isn't immediately ready: |