diff --git a/src/libfetchers/git.cc b/src/libfetchers/git.cc index 3871cf0dd..1fafc7df8 100644 --- a/src/libfetchers/git.cc +++ b/src/libfetchers/git.cc @@ -648,7 +648,7 @@ struct GitInputScheme : InputScheme } { - Activity act(*logger, lvlTalkative, actUnknown, fmt("fetching submodules of '%s'", repoDir)); + Activity act(*logger, lvlTalkative, actUnknown, fmt("fetching submodules of '%s'", actualUrl)); runProgram("git", true, { "-C", tmpDir, "submodule", "--quiet", "update", "--init", "--recursive" }); }