Merge pull request #364 from mattxtaz/master
Some checks are pending
test / Linux Go 1.24.x (push) Waiting to run
test / Linux (race) Go 1.25.x (push) Waiting to run
test / Linux Go 1.25.x (push) Waiting to run
test / lint (push) Waiting to run
test / Analyze results (push) Blocked by required conditions

Remove full stop from log line to be consistent with all other log lines
This commit is contained in:
rawtaz
2025-12-07 19:53:35 +01:00
committed by GitHub

View File

@@ -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")
}
}