lib/berkshelf/formatters/json.rb in berkshelf-7.0.8 vs lib/berkshelf/formatters/json.rb in berkshelf-7.0.9
- old
+ new
@@ -10,10 +10,10 @@
cookbooks: [],
errors: [],
messages: [],
warnings: [],
}
- @cookbooks = Hash.new
+ @cookbooks = {}
Berkshelf.ui.mute { super }
end
def cleanup_hook