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