diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-10-05 21:08:49 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-10-05 21:08:49 -0700 |
commit | 080286e3c16f2debe320411c6244a4f6a1921b68 (patch) | |
tree | f8f049861fe06ef528d4c7af133f7a236b07bb44 | |
parent | f730ee99481d85c6996c39c5f630eab2a1c79e12 (diff) | |
download | chef-revert.tar.gz |
try running old style psrevert
-rw-r--r-- | lib/chef/mixin/powershell_out.rb | 2 |
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 |