Fix activity message

Co-authored-by: Josef Kemetmüller <josef.kemetmueller@gmail.com>
This commit is contained in:
Eelco Dolstra 2023-02-09 16:42:14 +01:00 committed by GitHub
parent 9a7dc5d718
commit 15313bfdb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" });
}