Correct git clone command

This commit is contained in:
2025-07-16 10:53:22 +02:00
parent 3b3d552261
commit 3f4b1e18a9

View File

@@ -32,7 +32,7 @@ if [ -d "config/.git" ]; then
echo "Repository updated successfully."
else
echo "Cloning merlin7 branch of merlin-cryosparc into 'config' directory..."
if git clone -b merlin7 git@gitea.psi.ch:CLS-IT/merlin-cryosparc.git config; then
if git clone -b merlin7 https://gitea.psi.ch/CLS-IT/merlin-cryosparc.git config; then
echo "Clone successful."
else
echo "Git clone failed."