Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 8d22337

Browse files
author
Kent C. Dodds
committed
fix(build-temp): adding remote properly
1 parent c57ed86 commit 8d22337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git config --global user.email [email protected]
88
git config --global user.name formly-bot
99

1010
echo "setting remote"
11-
git remote set-url github https://formly-bot:${BOT_GH_TOKEN}@github.com/formly-js/angular-formly.git
11+
git remote add github https://formly-bot:${BOT_GH_TOKEN}@github.com/formly-js/angular-formly.git
1212

1313
echo "merging master"
1414
git merge github/master -m "master merge" -X theirs

0 commit comments

Comments
 (0)