]> git.ipfire.org Git - thirdparty/git.git/blobdiff - credential-cache.c
path.c: and an option to call real_path() in expand_user_path()
[thirdparty/git.git] / credential-cache.c
index cc8a6ee19214b12758fc3d4b39ff4a07f4442d91..774d1469fb533c0e68fec648d7348f3bc7443f24 100644 (file)
@@ -106,7 +106,7 @@ int cmd_main(int argc, const char **argv)
        op = argv[0];
 
        if (!socket_path)
-               socket_path = expand_user_path("~/.git-credential-cache/socket");
+               socket_path = expand_user_path("~/.git-credential-cache/socket", 0);
        if (!socket_path)
                die("unable to find a suitable socket path; use --socket");