diff options
-rwxr-xr-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ if [ ! -d openbsd ]; then | |||
13 | fi | 13 | fi |
14 | fi | 14 | fi |
15 | (cd openbsd | 15 | (cd openbsd |
16 | git fetch | ||
16 | git checkout $openbsd_branch | 17 | git checkout $openbsd_branch |
17 | git pull --rebase) | 18 | git pull --rebase) |
18 | 19 | ||