From 28646a9638d0521d4cd334276f52a36e7a210b45 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 16 Apr 2020 12:29:53 -0700 Subject: Ruby 2.7 fix for powershell_out Signed-off-by: Lamont Granquist --- lib/chef/mixin/powershell_out.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1