diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-04-16 12:29:53 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-04-16 12:29:53 -0700 |
commit | 28646a9638d0521d4cd334276f52a36e7a210b45 (patch) | |
tree | 2c4d93d99efff7d62597124dbe68296a5715dba5 /lib/chef/mixin | |
parent | 81bd5a4a286a0c547dd53f9a99ed64abb2b4a11d (diff) | |
download | chef-28646a9638d0521d4cd334276f52a36e7a210b45.tar.gz |
Ruby 2.7 fix for powershell_outlcg/ruby-2.7-6
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/mixin')
-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 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 |