fetch before update to grab new branches

This commit is contained in:
Brent Cook 2017-11-05 17:14:28 -06:00
parent b32a92bc44
commit 09ca0f7b8b

View File

@ -13,6 +13,7 @@ if [ ! -d openbsd ]; then
fi
fi
(cd openbsd
git fetch
git checkout $openbsd_branch
git pull --rebase)