From 0ffcba5a0226205f9cffb0beab767bac47c74b0a Mon Sep 17 00:00:00 2001 From: Harshit Vijay Date: Fri, 23 Aug 2024 13:49:39 +0530 Subject: [PATCH] corrected git path --- install_ospect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ospect.sh b/install_ospect.sh index d9e8c25..a222920 100644 --- a/install_ospect.sh +++ b/install_ospect.sh @@ -9,7 +9,7 @@ fi # Clone the OSpect repository echo "Cloning OSpect repository..." -git clone https://github.com/yourusername/OSpect.git +git clone https://github.com/Coder-Harshit/OSpect.git cd OSpect # Build and install OSpect