From 80bbc371636c0d6958804061ca736eb2fadcb51a Mon Sep 17 00:00:00 2001 From: Shashank1324 <87693399+Shashank1324@users.noreply.github.com> Date: Sun, 2 Oct 2022 00:01:25 +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 d838be92..59582fd2 100644 --- a/start.sh +++ b/start.sh @@ -1,5 +1,5 @@ echo "Cloning Repo, Please Wait..." -git clone -b master https://github.com/JOSProjects/IMDb-Movie-Bot.git /IMDb-Movie-Bot +git clone -b master https://github.com/JOSProjects/IMDb-Movie-Bot /IMDb-Movie-Bot cd /IMDb-Movie-Bot echo "Installing Requirements..." pip3 install -U -r requirements.txt