[tools] Fix compatibility with custom ZDOTDIR values in zmanage update
This commit is contained in:
parent
96c474978e
commit
73bff399c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue