From 0bb03190095cbd627c911f22b2199c19aa9d9f39 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebook-pro" Date: Thu, 5 Mar 2020 08:39:29 +0100 Subject: [PATCH] Forgot .git in ROBOC-console --- clone_projects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."