summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-12-03 10:43:10 -0800
committerGitHub <noreply@github.com>2021-12-03 10:43:10 -0800
commit8e76daef1a246d42a3f78196063a412f409cd0dc (patch)
treef519838b2841457db60c46ea55adcecf1d4e8a92
parentc94d7c6e44368d056e9c3dc8b170169611e99567 (diff)
downloadchef-8e76daef1a246d42a3f78196063a412f409cd0dc.tar.gz
Update lib/chef/resource/powershell_package_source.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--lib/chef/resource/powershell_package_source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/powershell_package_source.rb b/lib/chef/resource/powershell_package_source.rb
index bfb578d13d..aa57275150 100644
--- a/lib/chef/resource/powershell_package_source.rb
+++ b/lib/chef/resource/powershell_package_source.rb
@@ -202,7 +202,7 @@ class Chef
end
end
- action :set, description: "Updates an existing PSRepository or Package Source." do
+ action :set, description: "Updates an existing PowerShell repository or package source." do
package_details = get_package_source_details
output = package_details.result
if output == "PSRepository"