summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/mixin/powershell_out.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/mixin/powershell_out.rb b/lib/chef/mixin/powershell_out.rb
index a535e0ac73..0466a85906 100644
--- a/lib/chef/mixin/powershell_out.rb
+++ b/lib/chef/mixin/powershell_out.rb
@@ -81,7 +81,7 @@ class Chef
with_os_architecture(nil, architecture: arch) do
shell_out(
- build_powershell_command(script),
+ build_powershell_command2(script),
options
)
end