Skip to content

Commit

Permalink
remove origin when bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanstitt committed Sep 17, 2024
1 parent 24b9fbc commit 29f1b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/bootstrap-from-app-template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

git remote remove origin

git remote add template [email protected]:safeinsights/app-template.git

echo '# Update ME' > README.md
Expand Down

0 comments on commit 29f1b94

Please sign in to comment.