summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-04-16 14:02:40 -0700
committerGitHub <noreply@github.com>2020-04-16 14:02:40 -0700
commit9735eab64d81334ffdc0d28e252585794bfc68e3 (patch)
tree6b0f0b0f36fa180c77a23144462231b99578e103
parent18830cd25c8b3b584fbee13d264361aa472d9872 (diff)
parent28646a9638d0521d4cd334276f52a36e7a210b45 (diff)
downloadchef-9735eab64d81334ffdc0d28e252585794bfc68e3.tar.gz
Merge pull request #9679 from chef/lcg/ruby-2.7-6
-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 f8f54e9a7c..1ecc9bac98 100644
--- a/lib/chef/mixin/powershell_out.rb
+++ b/lib/chef/mixin/powershell_out.rb
@@ -66,7 +66,7 @@ class Chef
with_os_architecture(nil, architecture: arch) do
shell_out(
build_powershell_command(script),
- options
+ **options
)
end
end