diff options
Diffstat (limited to 'lib/chef/util')
-rw-r--r-- | lib/chef/util/powershell/cmdlet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/util/powershell/cmdlet.rb b/lib/chef/util/powershell/cmdlet.rb index 6b9ba7c208..480cc61572 100644 --- a/lib/chef/util/powershell/cmdlet.rb +++ b/lib/chef/util/powershell/cmdlet.rb @@ -90,7 +90,7 @@ class Chef result = run(switches, execution_options, arguments) if ! result.succeeded? - raise Chef::Exceptions::PowershellCmdletException, "Powershell Cmdlet failed: #{result.stderr}" + raise Chef::Exceptions::PowershellCmdletException, "PowerShell Cmdlet failed: #{result.stderr}" end result |