Skip to content

Commit

Permalink
"fixed config.yml proejct name was not parsed"
Browse files Browse the repository at this point in the history
  • Loading branch information
Josee9988 committed Jul 8, 2021
1 parent b385d94 commit 34da14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SETUP_TEMPLATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/${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
Expand Down

0 comments on commit 34da14d

Please sign in to comment.