Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Rename app after cloning skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
s4nchez committed Jul 7, 2017
1 parent e41ea2f commit 32bb205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions create-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ function clone_skeleton {
cd ${REPO_DIR}
git remote rm origin
git remote add origin "git@github.com:${GITHUB_USERNAME}/${NAME}.git"
sed -i '' "s/rootProject.name = '.*'/rootProject.name = '${NAME}'/g" settings.gradle
git commit -am"Rename gradle project" &> /dev/null
}

function check_existing_dir {
Expand Down

0 comments on commit 32bb205

Please sign in to comment.