From 32631e6625d19c715d79db8ab33e485bae2f478e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 23 Feb 2018 12:48:14 +0100 Subject: [PATCH] Update config.sh --- config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sh b/config.sh index 9b17821..bd7e3c8 100644 --- a/config.sh +++ b/config.sh @@ -19,6 +19,7 @@ DB_PASSWORD="123456" # Git variables GITHUB_URL[0]="https://github.com/Orange-Management/Orange-Management.git" +GITHUB_URL[1]="https://github.com/Orange-Management/Website.git" GIT_BRANCH="develop"