summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-10-05 21:08:49 -0700
committerMatt Wrock <matt@mattwrock.com>2016-10-05 21:08:49 -0700
commit080286e3c16f2debe320411c6244a4f6a1921b68 (patch)
treef8f049861fe06ef528d4c7af133f7a236b07bb44
parentf730ee99481d85c6996c39c5f630eab2a1c79e12 (diff)
downloadchef-revert.tar.gz
try running old style psrevert
-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