Skip to content

Commit fb65de3

Browse files
committed
default cache=~/git-sym-cache
1 parent 3588921 commit fb65de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-sym

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_GIT_SYM_LINK():
9595
def get_GIT_SYM_CACHE_DIR():
9696
result = os.environ.get('GIT_SYM_CACHE_DIR', None)
9797
if not result:
98-
result = shell('echo ${HOME}/git_sym_cache').strip()
98+
result = shell('echo ${HOME}/git-sym-cache').strip()
9999
result = os.path.abspath(result)
100100
if not os.path.isdir(result):
101101
make_dirs(result)

0 commit comments

Comments
 (0)