We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1447b commit 559a2d1Copy full SHA for 559a2d1
src/libfetchers/git.cc
@@ -637,7 +637,7 @@ struct GitInputScheme : InputScheme
637
if (!input.getRev())
638
setWriteTime(localRefFile, now, now);
639
} catch (Error & e) {
640
- warn("could not update mtime for file '%s': %s", localRefFile, e.info().msg);
+ warn("could not update mtime for file %s: %s", localRefFile, e.info().msg);
641
}
642
if (!originalRef && !storeCachedHead(repoUrl.to_string(), ref))
643
warn("could not update cached head '%s' for '%s'", ref, repoInfo.locationToArg());
0 commit comments