From b342e7e4a81e0bb6186a29a634c3aa4d979fe143 Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 21 Sep 2013 19:03:53 -0700 Subject: use https:// instead of git:// --- lib/leap_cli/commands/new.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli') diff --git a/lib/leap_cli/commands/new.rb b/lib/leap_cli/commands/new.rb index dc37265..286fde7 100644 --- a/lib/leap_cli/commands/new.rb +++ b/lib/leap_cli/commands/new.rb @@ -25,7 +25,7 @@ module LeapCli; module Commands private - DEFAULT_REPO = 'git://leap.se/leap_platform' # TODO: use https + DEFAULT_REPO = 'https://leap.se/git/leap_platform.git' # # creates a new provider directory -- cgit v1.2.3