Correct git clone command
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user