diff options
Diffstat (limited to 'serve.go')
-rw-r--r-- | serve.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ func runServ(*cli.Context) { cmd := os.Getenv("SSH_ORIGINAL_COMMAND") if cmd == "" { - printf("Hi %s! You've successfully authenticated, but Gogs does not provide shell access.\n", user.Name) + println("Hi ", user.Name, "! You've successfully authenticated, but Gogs does not provide shell access.") return } |