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