Skip to content

Commit 4e4e8c0

Browse files
authored
Merge pull request #364 from mattxtaz/master
Remove full stop from log line to be consistent with all other log lines
2 parents 0cc4d23 + 35db286 commit 4e4e8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rest-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func (app *restServerApp) runRoot(_ *cobra.Command, _ []string) error {
137137
if app.Server.ProxyAuthUsername == "" {
138138
log.Println("Authentication enabled")
139139
} else {
140-
log.Println("Proxy Authentication enabled.")
140+
log.Println("Proxy Authentication enabled")
141141
}
142142
}
143143

0 commit comments

Comments
 (0)