[meta] update: Pull latest submodule commit

Instead of using `git submodule update`, that will keep the commit
specified in the containing repository index.

Closes #80
This commit is contained in:
Eric Nielsen 2016-09-24 20:46:01 -05:00 committed by Matt Hamilton
parent f812c1bb6a
commit 58aae6a896
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ cd ${ZDOTDIR:-${HOME}/.zim}
git remote update -p
git merge --ff-only @\{u\}
# and update the submodules
git submodule update --init --recursive
git submodule foreach --quiet --recursive git pull origin master