mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
Fix git fetcher
This commit is contained in:
parent
a71f209330
commit
7617d15458
1 changed files with 1 additions and 1 deletions
|
@ -548,8 +548,8 @@ struct GitInputScheme : InputScheme
|
|||
: "refs/heads/" + ref;
|
||||
runProgram("git", true,
|
||||
{ "-C", repoDir,
|
||||
"--git-dir", gitDir,
|
||||
"fetch",
|
||||
"--git-dir", getGitDir(),
|
||||
"--quiet",
|
||||
"--force",
|
||||
"--",
|
||||
|
|
Loading…
Reference in a new issue