Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
  • Loading branch information
edolstra and roberth authored Feb 9, 2023
1 parent 15313bf commit 862e56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfetchers/git.cc
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ struct GitInputScheme : InputScheme
writeFile(tmpGitDir + "/config", readFile(repoDir + "/" + gitDir + "/config"));

/* Restore the config.bare setting we may have just
nuked. */
copied erroneously from the user's repo. */
runProgram("git", true, { "-C", tmpDir, "config", "core.bare", "false" });
} else
runProgram("git", true, { "-C", tmpDir, "config", "remote.origin.url", actualUrl });
Expand Down

0 comments on commit 862e56c

Please sign in to comment.