lib/chef-cli/command/install.rb in chef-cli-5.6.14 vs lib/chef-cli/command/install.rb in chef-cli-5.6.16
- old
+ new
@@ -72,10 +72,10 @@
handle_error(e)
1
end
def installer
- @installer ||= PolicyfileServices::Install.new(policyfile: policyfile_relative_path, ui: ui, root_dir: Dir.pwd, config: chef_config)
+ @installer ||= PolicyfileServices::Install.new(policyfile: policyfile_relative_path, ui:, root_dir: Dir.pwd, config: chef_config)
end
def debug?
!!config[:debug]
end