diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-01-12 11:28:49 -0500 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-01-12 11:28:49 -0500 |
commit | ca55ffbd54ab7c8c6fa44db1e4e1080207267bb0 (patch) | |
tree | 42036fb29dfaa0317437dacee04dd0872d9a4e67 /omnibus | |
parent | 0944320b72ee1ab16a18a149f5ecb743ace0c0d3 (diff) | |
download | chef-ca55ffbd54ab7c8c6fa44db1e4e1080207267bb0.tar.gz |
Update API endpoint in omnibus Berksfile
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Berksfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Berksfile b/omnibus/Berksfile index acf0fa7389..72dcf108fe 100644 --- a/omnibus/Berksfile +++ b/omnibus/Berksfile @@ -1,4 +1,4 @@ -source 'https://api.berkshelf.com' +source 'https://supermarket.chef.io' cookbook 'omnibus' |