summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-04-16 12:29:53 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-04-16 12:29:53 -0700
commit28646a9638d0521d4cd334276f52a36e7a210b45 (patch)
tree2c4d93d99efff7d62597124dbe68296a5715dba5
parent81bd5a4a286a0c547dd53f9a99ed64abb2b4a11d (diff)
downloadchef-lcg/ruby-2.7-6.tar.gz
Ruby 2.7 fix for powershell_outlcg/ruby-2.7-6
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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