diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-13 11:56:25 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-13 11:56:25 +0800 |
commit | 08feaf3deda4c82579375779cb27a403c4e1d79a (patch) | |
tree | 7dcd1d9f123591da3cedfd29542778cf25c2f798 /serve.go | |
parent | a9a5fb45f8b0b31f0219d7a0957db1a43a72f6e0 (diff) | |
download | gitea-08feaf3deda4c82579375779cb27a403c4e1d79a.tar.gz gitea-08feaf3deda4c82579375779cb27a403c4e1d79a.zip |
add repo router
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 } |