lib/berkshelf/errors.rb in berkshelf-3.2.1 vs lib/berkshelf/errors.rb in berkshelf-3.2.2

- old
+ new

@@ -448,10 +448,10 @@ "Your Berksfile does not define any API sources! You must define " \ "at least one source in order to download cookbooks. To add the " \ "default Berkshelf API server, add the following code to the top of " \ "your Berksfile:" \ "\n\n" \ - " source 'https://supermarket.getchef.com'" + " source 'https://supermarket.chef.io'" end end class GraphvizNotInstalled < BerkshelfError set_status_code(147)