From f33a5b74a1cf3cb54dd4e224da8df51afe4b2e1c Mon Sep 17 00:00:00 2001 From: Patrick Schmidt Date: Sat, 27 May 2023 17:32:29 +0100 Subject: [PATCH] Corrected GitRepo --- scripts/globals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/globals.sh b/scripts/globals.sh index f3faacd..b80011b 100644 --- a/scripts/globals.sh +++ b/scripts/globals.sh @@ -81,6 +81,6 @@ function set_globals() { #=============== Mobileraker ================# MOBILERAKER_ENV="${HOME}/mobileraker-env" MOBILERAKER_DIR="${HOME}/mobileraker_companion" - MOBILERAKER_REPO="https://github.com/Clon1998/mobileraker.git" + MOBILERAKER_REPO="https://github.com/Clon1998/mobileraker_companion.git" }