forked from lix-project/lix
Consistent capitalisation
This commit is contained in:
parent
d6f5734c63
commit
e0ab2069c9
|
@ -111,7 +111,7 @@ struct CmdEval : MixJSON, InstallableCommand
|
|||
|
||||
else if (raw) {
|
||||
stopProgressBar();
|
||||
std::cout << *state->coerceToString(noPos, *v, context, "While generating the eval command output");
|
||||
std::cout << *state->coerceToString(noPos, *v, context, "while generating the eval command output");
|
||||
}
|
||||
|
||||
else if (json) {
|
||||
|
|
Loading…
Reference in a new issue