Loading cloneall.bash +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
cloneall.bash +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading