We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3da208 + 00f5c18 commit 06aec95Copy full SHA for 06aec95
src/cli.lua
@@ -83,7 +83,7 @@ while i <= #arg do
83
elseif curr == "--nocolors" then
84
Prometheus.colors.enabled = false;
85
else
86
- Prometheus.Logger:warn(string.format("The option \"%s\" is not valid and therefore ignored"));
+ Prometheus.Logger:warn(string.format("The option \"%s\" is not valid and therefore ignored", curr));
87
end
88
89
if sourceFile then
0 commit comments