[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
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# 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
git remote update -p