forked from lix-project/lix
Fix activity message
Co-authored-by: Josef Kemetmüller <josef.kemetmueller@gmail.com>
This commit is contained in:
parent
9a7dc5d718
commit
15313bfdb7
|
@ -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" });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue