diff options
author | elijah <elijah@riseup.net> | 2013-09-21 19:03:53 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-09-21 19:03:53 -0700 |
commit | b342e7e4a81e0bb6186a29a634c3aa4d979fe143 (patch) | |
tree | 430b33e11a6d081dd9dbd50fc0a060edd1020d6c /lib/leap_cli | |
parent | 5e021210f883ffa72dbadee75bd02a7f7319ca17 (diff) |
use https:// instead of git://
Diffstat (limited to 'lib/leap_cli')
-rw-r--r-- | lib/leap_cli/commands/new.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |