From f7729231547bdc08c8879ed4e49f00e05430d060 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 1 Feb 2017 16:52:23 -0800 Subject: Point Berkshelf at the correct Supermarket URL Signed-off-by: Tim Smith --- kitchen-tests/Berksfile | 2 +- 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 -- cgit v1.2.1