1
Fork 0

Fix import scrip after username change

This commit is contained in:
prescientmoon 2024-05-28 03:37:54 +02:00
parent 8bb0c4fd2f
commit fae0d5ec0d
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -7,7 +7,7 @@ if [ "$#" -ne 3 ]; then
fi fi
language=$1 language=$1
repo="https://github.com/mateiadrielrafael/$2" repo="https://github.com/prescientmoon/$2"
name=$3 name=$3
# Ensure project with that name doesn't exist # Ensure project with that name doesn't exist