diff --git a/cloneall.bash b/cloneall.bash
index d5e795ced4d1d39472f73d7f0f871a984fb9385e..84292b0de25d8a989503f37d404f644ee8abd625 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