lib/berkshelf/formatters/human.rb in berkshelf-3.2.1 vs lib/berkshelf/formatters/human.rb in berkshelf-3.2.2
- old
+ new
@@ -55,10 +55,10 @@
# Output a list of outdated cookbooks and the most recent version
# using {Berkshelf.ui}
#
# @param [Hash] hash
# the list of outdated cookbooks in the format
- # { 'cookbook' => { 'supermarket.getchef.com' => #<Cookbook> } }
+ # { 'cookbook' => { 'supermarket.chef.io' => #<Cookbook> } }
def outdated(hash)
if hash.empty?
Berkshelf.ui.info('All cookbooks up to date!')
else
Berkshelf.ui.info('The following cookbooks have newer versions:')