From 80344b1bcd6b1e1b6201e7ba325be19f23636a2a Mon Sep 17 00:00:00 2001 From: Antonio Ragagnin <antonio.ragagnin@inaf.it> Date: Sun, 12 Jan 2025 12:21:27 +0100 Subject: [PATCH] fix link --- cloneall.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloneall.bash b/cloneall.bash index d5e795c..84292b0 100755 --- a/cloneall.bash +++ b/cloneall.bash @@ -55,7 +55,7 @@ if [ ! -z "$linka" ]; then done for REPO in "${REPOS[@]}"; do if [ "$REPO" != "core" ] && [ "$REPO" != "gitlab-profile" ]; then - ln -sf $PWD/$REPO/hotwheels/$REPO full/hotwheels/$REPO + ln -sf $PWD/$REPO/hotwheels/$REPO full/hotwheels fi done fi -- GitLab