src/libfetchers/git.cc: Apply suggestion

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Eelco Dolstra 2023-11-14 13:38:03 +01:00 committed by GitHub
parent d74d2fdaa7
commit 38b07d6347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,7 +332,7 @@ struct GitInputScheme : InputScheme
whether the working directory is dirty compared to HEAD. */
GitRepo::WorkdirInfo workdirInfo;
/* URL of the repo, or its path if isLocal. */
/* URL of the repo, or its path if isLocal. Never a `file` URL. */
std::string url;
void warnDirty() const