We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465779f commit 901f941Copy full SHA for 901f941
1 file changed
src/common/source.cpp
@@ -46,7 +46,7 @@ using primitives::Command;
46
47
void applyVersion(String &s, const Version &v)
48
{
49
- s = fmt::format(s,
+ s = fmt::format(fmt::runtime(s),
50
fmt::arg("M", (int)v.major),
51
fmt::arg("m", (int)v.minor),
52
fmt::arg("p", (int)v.patch),
0 commit comments