summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-10-13 16:57:42 -0700
committerGitHub <noreply@github.com>2020-10-13 16:57:42 -0700
commitf93a6f11a973bdb88ebfa533372b80137c4c6d56 (patch)
tree0b7f875a733ec302b8968e4557f54793a9ecb842
parent2f0de7c3ff2935f74d262c3f0b2e8f9c683810e6 (diff)
downloadchef-f93a6f11a973bdb88ebfa533372b80137c4c6d56.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index fb73efeac6..3baaac7f6a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,7 +19,7 @@ end
### powershell_out / powershell_exec helpers
-The `powershell_out` and `powershell_exec` helpers for use in custom resources have been updated to support `pwsh` with a new argument that accepts either `:pwsh` or `:powershell`
+The `powershell_out` and `powershell_exec` helpers for use in custom resources have been updated to support `pwsh` with a new argument that accepts either `:pwsh` or `:powershell`.
```ruby
powershell_exec('$PSVersionTable', :pwsh)