From fae0d5ec0d6a571f4056b880668d7b9f8f07456d Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Tue, 28 May 2024 03:37:54 +0200 Subject: [PATCH] Fix import scrip after username change --- import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import.sh b/import.sh index c405185..0c4dcd0 100755 --- a/import.sh +++ b/import.sh @@ -7,7 +7,7 @@ if [ "$#" -ne 3 ]; then fi language=$1 -repo="https://github.com/mateiadrielrafael/$2" +repo="https://github.com/prescientmoon/$2" name=$3 # Ensure project with that name doesn't exist