From 51f88c061ed797fb0bb2c38120194a96c1a10ee8 Mon Sep 17 00:00:00 2001 From: Bit2hacker <134467823+Bit2hacker@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:01:51 +0530 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 544dc9f..eb323b0 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/VJBots/AutoFilterAdvance /AutoFilterAdvance + git clone https://github.com/Bit2hacker/insanebot else echo "Cloning Custom Repo from $UPSTREAM_REPO " git clone $UPSTREAM_REPO /AutoFilterAdvance