diff options
author | mjingle <mjingle@users.noreply.github.com> | 2019-01-24 08:36:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 08:36:53 -0800 |
commit | 10fc77fc1d99a5ce8fd58ef7057261af539c3a0d (patch) | |
tree | 3eb36d4c001f191999a2e0ea52ea99016498cdf6 /RELEASE_NOTES.md | |
parent | ba7b908e2bb5e9f9bfd407dbc9d19f51e4e29347 (diff) | |
download | chef-10fc77fc1d99a5ce8fd58ef7057261af539c3a0d.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: tas50 <tsmith@chef.io>
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 d067c643b9..540e28805b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,7 +18,7 @@ The homebrew_tap resource no longer fails if the `tap_name` property is specifie ### openssl_x509_request -The openssl_x509_request resource now property writes out the CSR file if the `path` property is specified. Thank you [@cpjones](https://github.com/cpjones) for reporting this issue. +The openssl_x509_request resource now properly writes out the CSR file if the `path` property is specified. Thank you [@cpjones](https://github.com/cpjones) for reporting this issue. ### powershell_package_source |