1
0
Fork 0

Update update.sh

This commit is contained in:
netravnen 2019-01-04 11:21:36 +00:00
parent 27cbcb6a2a
commit 547e27e0b6
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ git -C ../registry/ pull upstream master:master --quiet 2>&1
git -C ../registry/ checkout master --quiet
# Do a git pull beforehand to ensure our repository is up-to-date
git checkout master
git pull origin master:master
git checkout master --quiet
git pull origin master:master --quiet
# Do the same for sub-repo if exists
if [ -d roa/.git/ ] ; then