[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:
parent
f812c1bb6a
commit
58aae6a896
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue