From 09ca0f7b8b4e8bcf394f6125dafec7757cbdc15a Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 5 Nov 2017 17:14:28 -0600 Subject: [PATCH] fetch before update to grab new branches --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 619a277..f11aa04 100755 --- a/update.sh +++ b/update.sh @@ -13,6 +13,7 @@ if [ ! -d openbsd ]; then fi fi (cd openbsd + git fetch git checkout $openbsd_branch git pull --rebase)