diff options
author | Tim Smith <tsmith@chef.io> | 2019-07-01 10:10:38 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-01 10:12:14 -0700 |
commit | c69c0c7527c88b51ec30f0079b9d3306e239534b (patch) | |
tree | 87598508c1613b1397f6ed477bddd2bb9fea427a | |
parent | 4fd889ae7b2a5b7b67272318209cfd21b8282aaa (diff) | |
download | chef-c69c0c7527c88b51ec30f0079b9d3306e239534b.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 1f781af324..691b0517f9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -24,7 +24,7 @@ The `yum_package` resource's helper for interacting with the yum subsystem has b ### template -The `template` resource now provides additional information on failures, which is especially useful in ChefSpec tests. Thanks [@ brodock](https://github.com/brodock) for this enhancement. +The `template` resource now provides additional information on failures, which is especially useful in ChefSpec tests. Thanks [@brodock](https://github.com/brodock) for this enhancement. ## Target Mode Improvements |