lib/berkshelf/formatters/json.rb in berkshelf-3.2.1 vs lib/berkshelf/formatters/json.rb in berkshelf-3.2.2
- old
+ new
@@ -87,10 +87,10 @@
# Output a list of outdated cookbooks and the most recent version
# to delayed output
#
# @param [Hash] hash
# the list of outdated cookbooks in the format
- # { 'cookbook' => { 'supermarket.getchef.com' => #<Cookbook> } }
+ # { 'cookbook' => { 'supermarket.chef.io' => #<Cookbook> } }
def outdated(hash)
hash.each do |name, info|
info['remote'].each do |remote_source, remote_version|
source = remote_source.uri.to_s