lib/masterbaker/cli.rb in masterbaker-0.7.8 vs lib/masterbaker/cli.rb in masterbaker-0.9.0
- old
+ new
@@ -67,10 +67,10 @@
if user_config_path
say 'Masterbaker is Fetching User-Specific Cookbooks', :green, true, false
begin
Dir.chdir(File.dirname(user_config_path)) do
Librarian::Chef::Cli.with_environment do
- libchef = Librarian::Chef::Cli.new.install
+ Librarian::Chef::Cli.new.install
end
end
rescue
say 'Error getting user-specific cookbooks, scratching.', :red
abort