Skip to content

Commit

Permalink
fix: release-please.yaml output test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 14, 2024
1 parent 7044cbc commit 480c21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {
promController := NewPrometheusController(config)
router := NewRouter(promController)

log.Ctx(ctx).Info().Msgf("Starting server on http://localhost:%d/query", config.Port)
log.Ctx(ctx).Info().Msgf("Starting server on http://localhost:%d/query...", config.Port)
err := Serve(ctx, config.Port, router)
log.Err(err).Msg("Terminated")
}
Expand Down

0 comments on commit 480c21a

Please sign in to comment.