summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-14 16:29:16 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-14 16:29:16 -0700
commitf026c9295fa73b49fdd639c248ab54be8701b626 (patch)
tree8d0758f30f5424d2ecfc8ded3d5cb2eed5d7e63d
parentabebedc68eddadaebe609c051e5871423ea75331 (diff)
downloadchef-f026c9295fa73b49fdd639c248ab54be8701b626.tar.gz
Fix a resource name
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 19b8815051..a2646ff637 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -16,7 +16,7 @@ The various openssl_* resources were refactored to better report the changed sta
The `osx_profile` has been refactored as a custom resource internally. This update also better reports the changed state of the resource to Automate or other handlers and no longer silently continues if the attempts to shellout fail.
-### powershell_package_source.rb
+### powershell_package_source
The `powershell_package_source` resource no longer requires the `url` property to be set when using the `:unregister` action. Thanks for this fix [@kimbernator](https://github.com/kimbernator)