We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3588921 commit fb65de3Copy full SHA for fb65de3
git-sym
@@ -95,7 +95,7 @@ def get_GIT_SYM_LINK():
95
def get_GIT_SYM_CACHE_DIR():
96
result = os.environ.get('GIT_SYM_CACHE_DIR', None)
97
if not result:
98
- result = shell('echo ${HOME}/git_sym_cache').strip()
+ result = shell('echo ${HOME}/git-sym-cache').strip()
99
result = os.path.abspath(result)
100
if not os.path.isdir(result):
101
make_dirs(result)
0 commit comments