1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00

[tools] Fix compatibility with custom ZDOTDIR values in zmanage update

This commit is contained in:
Chet Gurevitch 2017-08-19 20:40:33 -07:00
parent 96c474978e
commit 73bff399c8

View file

@ -2,7 +2,7 @@
# zim_update - update the zim repository # zim_update - update the zim repository
# #
cd ${ZDOTDIR:-${HOME}/.zim} cd ${ZDOTDIR:-${HOME}}/.zim
# this is the cleanest way I know how to update a repository # this is the cleanest way I know how to update a repository
git remote update -p git remote update -p