From 6600a8c60b7bf445b1b53a2c2be6173772a78cca Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 13 Mar 2014 20:40:51 -0400 Subject: [PATCH] Use https for checkout-deps clones of AM repos (npotb). --- tools/checkout-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checkout-deps.sh b/tools/checkout-deps.sh index a4a9e1ec..dcfeaaba 100755 --- a/tools/checkout-deps.sh +++ b/tools/checkout-deps.sh @@ -54,7 +54,7 @@ fi checkout () { if [ ! -d "$name" ]; then - hg clone http://hg.alliedmods.net/$path/$name + hg clone https://hg.alliedmods.net/$path/$name else cd $name hg pull -u