Commit 80344b1b authored by Antonio Ragagnin's avatar Antonio Ragagnin 💬
Browse files

fix link

parent 863fb01d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -55,7 +55,7 @@ if [ ! -z "$linka" ]; then
    done
    done
    for REPO in "${REPOS[@]}"; do
    for REPO in "${REPOS[@]}"; do
	if [ "$REPO" != "core" ] && [ "$REPO" != "gitlab-profile" ]; then
	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
	fi
    done
    done
fi
fi