diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-13 12:16:51 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-13 12:16:51 +0800 |
commit | 555c8f1d919eae951bf7f75f4bc6a150ec04b9a6 (patch) | |
tree | ba7626e08bbb06ea4261bf6b41fcd1b82369d3ee /serve.go | |
parent | 4fff38856e784cb1c2c8115a7c7e013f42f7d8d8 (diff) | |
parent | 9b845c11150102894a8bb453d86a335a7c2a64b8 (diff) |
Merge remote-tracking branch 'origin/master'
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 == "" { - fmt.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 } |