From 39e028b54c21f6c0e6471ef2c07f9aa85bd7dced Mon Sep 17 00:00:00 2001 From: Maxopoly Date: Thu, 19 Apr 2018 13:51:35 +0200 Subject: [PATCH] Use right repo in fullBuild.sh --- fullBuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullBuild.sh b/fullBuild.sh index 8cec6c8..0fd1510 100644 --- a/fullBuild.sh +++ b/fullBuild.sh @@ -7,7 +7,7 @@ git stash -a git checkout master git pull https://github.com/Maxopoly/Angelia-core.git master:master mvn clean package install -cd ../Angelia-core +cd ../Angelia-cmd git stash -a git checkout master git pull https://github.com/Maxopoly/Angelia-cmd.git master:master