diff --git a/clone_projects.sh b/clone_projects.sh index 3a1373c..b21a56f 100644 --- a/clone_projects.sh +++ b/clone_projects.sh @@ -168,7 +168,7 @@ if [ -e ~/SRC/Roboc-console ]; then cd ~/SRC/Roboc-console && git pull else echo "${ORANGE}Cloning new Roboc-console...${NC}" - cd ~/SRC && git clone https://gitlab.com/flyingscorpio/Roboc-console + cd ~/SRC && git clone https://gitlab.com/flyingscorpio/Roboc-console.git fi echo "Setting up SudokuSolver..."