From 68a618c431c8b881f27b4cd051220efb7d228130 Mon Sep 17 00:00:00 2001 From: CoderXKrishna <144244911+CoderXKrishna@users.noreply.github.com> Date: Sun, 10 Dec 2023 03:43:46 -0800 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index be1886f..812673b 100644 --- a/start.sh +++ b/start.sh @@ -1,7 +1,7 @@ if [ -z $UPSTREAM_REPO ] then echo "Cloning main Repository" - git clone https://github.com/AM-ROBOTS/EvaMaria.git /EvaMaria + git clone https://github.com/CoderXKrishna/Arankfilter /EvaMaria else echo "Cloning Custom Repo from $UPSTREAM_REPO " git clone $UPSTREAM_REPO /EvaMaria