Use https for checkout-deps clones of AM repos (npotb).

This commit is contained in:
Nicholas Hastings 2014-03-13 20:40:51 -04:00
parent cebede3a79
commit 6600a8c60b

View File

@ -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