Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
fbe08b91
by Raymond Toy at 2025-07-02T08:13:00-07:00
1 changed file:
Changes:
... | ... | @@ -84,7 +84,7 @@ set -x |
84 | 84 | if [ -d ../$REPO ]; then
|
85 | 85 | (cd ../$REPO || exit 1; git stash; git checkout $BRANCH; git pull --rebase)
|
86 | 86 | else
|
87 | - (cd ..; git clone git@gitlab.common-lisp.net:cmucl/$REPO.git)
|
|
87 | + (cd ..; git clone https://gitlab.common-lisp.net/cmucl/$REPO.git)
|
|
88 | 88 | fi
|
89 | 89 | |
90 | 90 | LISP=$PWD/$LISP
|