Fix git fetcher

This commit is contained in:
Eelco Dolstra 2022-05-16 23:29:39 +02:00
parent a71f209330
commit 7617d15458
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -548,8 +548,8 @@ struct GitInputScheme : InputScheme
: "refs/heads/" + ref;
runProgram("git", true,
{ "-C", repoDir,
"--git-dir", gitDir,
"fetch",
"--git-dir", getGitDir(),
"--quiet",
"--force",
"--",