diff options
author | Tim Smith <tsmith@chef.io> | 2017-02-01 16:52:23 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-02-07 09:04:09 +0100 |
commit | f7729231547bdc08c8879ed4e49f00e05430d060 (patch) | |
tree | 76eaa70504f74bcd09072a97fa857ceef92a9200 | |
parent | 0ec5fc7073a5c4a00232d387997d1b6baad9c46b (diff) | |
download | chef-f7729231547bdc08c8879ed4e49f00e05430d060.tar.gz |
Point Berkshelf at the correct Supermarket URLohai_dep
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | kitchen-tests/Berksfile | 2 | ||||
-rw-r--r-- | kitchen-tests/cookbooks/base/Berksfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index 45695ca5a3..5319e45a19 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -1,4 +1,4 @@ -source "https://supermarket.getchef.com" +source "https://supermarket.chef.io" #cookbook "webapp", path: "cookbooks/webapp" cookbook "base", path: "cookbooks/base" diff --git a/kitchen-tests/cookbooks/base/Berksfile b/kitchen-tests/cookbooks/base/Berksfile index 4b6079016e..ba11c46c1d 100644 --- a/kitchen-tests/cookbooks/base/Berksfile +++ b/kitchen-tests/cookbooks/base/Berksfile @@ -1,4 +1,4 @@ -source "https://api.berkshelf.com" +source "https://supermarket.chef.io" metadata |