bflad / chef-stash

Chef Cookbook for Atlassian Stash
Other
37 stars 42 forks source link

Fixed deprecation warning from Berkshelf #61

Closed legal90 closed 9 years ago

legal90 commented 9 years ago

Since there is an outdated directive in Berksfile, we have the following warning from the resent "berks":

DEPRECATED: Your Berksfile contains a site location pointing to the Opscode Community Site (site :opscode). Site locations have been replaced by the source location. Change this to: 'source "https://supermarket.chef.io"' to remove this warning. For more information visit https://github.com/berkshelf/berkshelf/wiki/deprecated-locations

So, this pull-request fixes that warning.

bflad commented 9 years ago

Awesome! Thanks