diff options
author | Tim Smith <tsmith@chef.io> | 2020-04-28 07:56:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 07:56:04 -0700 |
commit | 7218c1fc98ca95758da878b8f75374c4bc6a3c1c (patch) | |
tree | ea76a25e5595785d630416f8c09b4e889d4bd276 /RELEASE_NOTES.md | |
parent | 200c3011ff5cd6dffc450437c8f9af7ac0aa4938 (diff) | |
download | chef-7218c1fc98ca95758da878b8f75374c4bc6a3c1c.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjinglewski@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 514a3f50e0..2325308c8f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -270,7 +270,7 @@ package %w(git curl packer) ### service -The `service` resource has been updated to support newer releases of `update-rc.d` so that it properly disables sys-v init services on Debian Linux distributions. Thanks [@robuye](https://github.com/robuye) +The `service` resource has been updated to support newer releases of `update-rc.d` so that it properly disables sys-v init services on Debian Linux distributions. Thanks [@robuye](https://github.com/robuye)! ### windows_firewall_rule |