Skip to content

Commit 1bc14c0

Browse files
committed
fix startup msg
Signed-off-by: Markus Blaschke <[email protected]>
1 parent c0a097f commit 1bc14c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func main() {
3434
logger.Infof("starting fenecon-exporter v%s (%s; %s; by %v)", gitTag, gitCommit, runtime.Version(), Author)
3535
logger.Info(string(opts.GetJson()))
3636

37-
logger.Infof("Starting http server on %s", opts.Server.Bind)
37+
logger.Infof("starting http server on %s", opts.Server.Bind)
3838
startHttpServer()
3939
}
4040

0 commit comments

Comments
 (0)