diff --git a/cmd/rest-server/main.go b/cmd/rest-server/main.go index fe6f04e..76e33f3 100644 --- a/cmd/rest-server/main.go +++ b/cmd/rest-server/main.go @@ -137,7 +137,7 @@ func (app *restServerApp) runRoot(_ *cobra.Command, _ []string) error { if app.Server.ProxyAuthUsername == "" { log.Println("Authentication enabled") } else { - log.Println("Proxy Authentication enabled.") + log.Println("Proxy Authentication enabled") } }