From e91a5e8cda151efe18b0fdae0b510b34545ebfa7 Mon Sep 17 00:00:00 2001 From: Kevin McAllister Date: Thu, 18 Sep 2014 13:48:50 -0400 Subject: [PATCH] change initial librarian template to use new url Use supermarket.getchef.com instead of the opscode URL --- lib/knife-solo/librarian.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/knife-solo/librarian.rb b/lib/knife-solo/librarian.rb index 7c4a91e9..50ae7e31 100644 --- a/lib/knife-solo/librarian.rb +++ b/lib/knife-solo/librarian.rb @@ -28,7 +28,7 @@ def env end def initial_config - "site 'http://community.opscode.com/api/v1'" + "site 'http://supermarket.getchef.com/api/v1'" end # Returns an array of strings to gitignore when bootstrapping