Pull from github in sync-org.sh

This commit is contained in:
idk
2022-04-08 12:03:06 -04:00
parent 5a24ecdee0
commit fde25f3ecb

View File

@ -33,7 +33,7 @@ for URL in $URLLIST; do
for d in $DO; do
# push all the updates
echo "Merging updates for $CLONEDIR... attempt $d"
git pull origin master && break
git pull github master && break
done
for d in $DO; do
# push all the branches