]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/gc.c
Use a better name for the function interpolating paths
[thirdparty/git.git] / builtin / gc.c
index f05d2f0a1ac9cd5637237d7da987452523a8ced3..6ce5ca451265991590b7beb6b1674dc273e5a610 100644 (file)
@@ -1542,7 +1542,7 @@ static char *launchctl_service_filename(const char *name)
        struct strbuf filename = STRBUF_INIT;
        strbuf_addf(&filename, "~/Library/LaunchAgents/%s.plist", name);
 
-       expanded = expand_user_path(filename.buf, 1);
+       expanded = interpolate_path(filename.buf, 1);
        if (!expanded)
                die(_("failed to expand path '%s'"), filename.buf);