From 94950242ab21af1b046518adac53b908311d7354 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 7 Sep 2018 14:37:50 -0700 Subject: Properly capitalize PowerShell in descriptions and errors It's PowerShell not Powershell. Our docs site had already been updated. Signed-off-by: Tim Smith --- lib/chef/mixin/powershell_out.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/mixin/powershell_out.rb') diff --git a/lib/chef/mixin/powershell_out.rb b/lib/chef/mixin/powershell_out.rb index 1a757074c2..f910360d36 100644 --- a/lib/chef/mixin/powershell_out.rb +++ b/lib/chef/mixin/powershell_out.rb @@ -86,7 +86,7 @@ class Chef # always set the ExecutionPolicy flag # see http://technet.microsoft.com/en-us/library/ee176961.aspx "-ExecutionPolicy Unrestricted", - # Powershell will hang if STDIN is redirected + # PowerShell will hang if STDIN is redirected # http://connect.microsoft.com/PowerShell/feedback/details/572313/powershell-exe-can-hang-if-stdin-is-redirected "-InputFormat None", ] -- cgit v1.2.1