Skip to content

Commit

Permalink
Update cmd/fleet/server.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
  • Loading branch information
michalpristas and michel-laterman authored Nov 19, 2021
1 parent c7c5042 commit 505380f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fleet/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func runServer(ctx context.Context, router *httprouter.Router, cfg *config.Serve
ln = tls.NewListener(ln, server.TLSConfig)

} else {
log.Warn().Msg("exposed over insecure HTTP; enablement of TLS is strongly recommended")
log.Warn().Msg("Exposed over insecure HTTP; enablement of TLS is strongly recommended")
}

log.Debug().Msgf("Listening on %s", addr)
Expand Down

0 comments on commit 505380f

Please sign in to comment.