We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a097f commit 1bc14c0Copy full SHA for 1bc14c0
1 file changed
main.go
@@ -34,7 +34,7 @@ func main() {
34
logger.Infof("starting fenecon-exporter v%s (%s; %s; by %v)", gitTag, gitCommit, runtime.Version(), Author)
35
logger.Info(string(opts.GetJson()))
36
37
- logger.Infof("Starting http server on %s", opts.Server.Bind)
+ logger.Infof("starting http server on %s", opts.Server.Bind)
38
startHttpServer()
39
}
40
0 commit comments