summaryrefslogtreecommitdiff
path: root/lib/chef/knife/cookbook_site_share.rb
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@chef.io>2015-02-16 16:48:19 -0500
committerJulian C. Dunn <jdunn@chef.io>2015-02-16 16:48:19 -0500
commit9fb295cf92616045b5420f1496b3f0c75b023b05 (patch)
tree035dac97c1aca8c3c8f16d5c9e38b8382d7d51c4 /lib/chef/knife/cookbook_site_share.rb
parentcaa1a68a9b28952cfe4b21ea78c745cb324192f6 (diff)
downloadchef-9fb295cf92616045b5420f1496b3f0c75b023b05.tar.gz
Move supermarket.getchef.com to supermarket.chef.io
Diffstat (limited to 'lib/chef/knife/cookbook_site_share.rb')
-rw-r--r--lib/chef/knife/cookbook_site_share.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_site_share.rb b/lib/chef/knife/cookbook_site_share.rb
index 3ea130ba9f..ee73bfc26a 100644
--- a/lib/chef/knife/cookbook_site_share.rb
+++ b/lib/chef/knife/cookbook_site_share.rb
@@ -131,7 +131,7 @@ class Chef
end
def do_upload(cookbook_filename, cookbook_category, user_id, user_secret_filename)
- uri = "https://supermarket.getchef.com/api/v1/cookbooks"
+ uri = "https://supermarket.chef.io/api/v1/cookbooks"
category_string = Chef::JSONCompat.to_json({ 'category'=>cookbook_category })