Skip to content

Commit

Permalink
address ruby-3 warnings in cheffish
Browse files Browse the repository at this point in the history
also bump the Gemfile to use chef-16

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Sep 30, 2020
1 parent 0152c07 commit b6f6ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cheffish/chef_run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def client
chef_config[:log_location] = StringIOTee.new(chef_config[:log_location])
@client = ::Cheffish::BasicChefClient.new(nil,
[ event_sink, Chef::Formatters.new(:doc, chef_config[:stdout], chef_config[:stderr]) ],
chef_config)
**chef_config)
end
end

Expand Down

0 comments on commit b6f6ab5

Please sign in to comment.