From 73bff399c8134bc2c5c728a14197c84778ec4c85 Mon Sep 17 00:00:00 2001 From: Chet Gurevitch Date: Sat, 19 Aug 2017 20:40:33 -0700 Subject: [PATCH] [tools] Fix compatibility with custom ZDOTDIR values in zmanage update --- tools/zim_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/zim_update b/tools/zim_update index 5f3f73e..0725427 100644 --- a/tools/zim_update +++ b/tools/zim_update @@ -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