diff options
author | Tim Smith <tsmith@chef.io> | 2019-10-15 09:05:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 09:05:56 -0700 |
commit | 7c717742ba230417bba037f07429ea84c5119408 (patch) | |
tree | 94d1dd373b351ea48597592ff65ab8bd3179146b /RELEASE_NOTES.md | |
parent | fb83bcaf3294cb0af318b260cb7eaa9f9ad0bc3b (diff) | |
download | chef-7c717742ba230417bba037f07429ea84c5119408.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-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 a00962dc84..0602295304 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -47,7 +47,7 @@ The `remote_file` resource has been updated to better display progress when usin ### sudo -The `sudo` resource now runs sudo config validation against all of the sudo configuration files on the system instead of just the file being written. This allows us to detect configuration errors that occur when configs conflict with each other. Thanks for reporting this issue [@drzewiec](https://github.com/drzewiec). +The `sudo` resource now runs sudo config validation against all of the sudo configuration files on the system instead of only the file being written. This allows us to detect configuration errors that occur when configs conflict with each other. Thanks for reporting this issue [@drzewiec](https://github.com/drzewiec). ### windows_ad_join |