lib/chef-dk/command/install.rb in chef-dk-1.1.16 vs lib/chef-dk/command/install.rb in chef-dk-1.2.20

- old
+ new

@@ -81,10 +81,10 @@ handle_error(e) 1 end def installer - @installer ||= PolicyfileServices::Install.new(policyfile: policyfile_relative_path, ui: ui, root_dir: Dir.pwd) + @installer ||= PolicyfileServices::Install.new(policyfile: policyfile_relative_path, ui: ui, root_dir: Dir.pwd, config: chef_config) end def debug? !!config[:debug] end