Skip to content

Commit 8d9e9bc

Browse files
author
Graham Dennis
committed
Improve comment
1 parent 43b01b6 commit 8d9e9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libfetchers/git.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ struct GitInputScheme : InputScheme
523523
However, new versions of nix parsing old flake.lock files would pass the dir=
524524
query parameter in the "url" attribute to git, which will then complain.
525525
526-
For this reason, we filtering the `dir` query parameter from the URL
526+
For this reason, we are filtering the `dir` query parameter from the URL
527527
before passing it to git. */
528528
url.query.erase("dir");
529529
repoInfo.location = url;

0 commit comments

Comments
 (0)