Skip to content

Commit

Permalink
Update tagbuild.ps1
Browse files Browse the repository at this point in the history
Fixed missed master reference
  • Loading branch information
JJBussert committed May 4, 2021
1 parent f0bf810 commit 991365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/tagbuild.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git fetch
git checkout --track -b master origin/master
git checkout --track -b master origin/main
git pull
git checkout --track -b deploy origin/deploy
git pull
Expand Down

0 comments on commit 991365c

Please sign in to comment.