From 34da14d4918bde703e4b80eca4ebbd149459b9d5 Mon Sep 17 00:00:00 2001 From: Josee9988 Date: Thu, 8 Jul 2021 16:16:34 +0200 Subject: [PATCH] "fixed config.yml proejct name was not parsed" --- SETUP_TEMPLATE.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/SETUP_TEMPLATE.sh b/SETUP_TEMPLATE.sh index 65f0719..49f1a28 100644 --- a/SETUP_TEMPLATE.sh +++ b/SETUP_TEMPLATE.sh @@ -82,6 +82,7 @@ y | Y) # replace the username and email find .github/ -type f -name "*" -print0 | xargs -0 sed -i "s/Josee9988/${NEW_USERNAME}/g" find .github/ -type f -name "*" -print0 | xargs -0 sed -i "s/jgracia9988@gmail.com/${NEW_EMAIL}/g" + find .github/ -type f -name "*" -print0 | xargs -0 sed -i "s/project-template/${PROJECT_NAME}/g" find .gitignore -type f -name "*" -print0 | xargs -0 sed -i "s/Josee9988\/project-template/${NEW_USERNAME}\/${PROJECT_NAME}/g" rm LICENSE # remove the license