diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-16 02:28:24 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-16 02:28:24 -0400 |
commit | 828c89de996c328bb3759d90be8a8a35b4d9cdc0 (patch) | |
tree | bc0c01f6fb9905892439e8b0eb3aaa76cd01eacf /serve.go | |
parent | 631deb2e7d52d474469382c497878bde9083cb60 (diff) | |
download | gitea-828c89de996c328bb3759d90be8a8a35b4d9cdc0.tar.gz gitea-828c89de996c328bb3759d90be8a8a35b4d9cdc0.zip |
Clean code
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 == "" { - println("Hi ", user.Name, "! You've successfully authenticated, but Gogs does not provide shell access.") + println("Hi", user.Name, "! You've successfully authenticated, but Gogs does not provide shell access.") return } |