aboutsummaryrefslogtreecommitdiff
path: root/serve.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-16 22:32:50 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-16 22:32:50 +0800
commitf824d6a4b11d4d8ddc82d54c5183934b465afbd3 (patch)
tree3586b1746fd2097834685e0ee589de7b1a0c10b0 /serve.go
parentf620f23c35f76a97f945f210638d4be8920e189e (diff)
parent9557cfc6534d2a215f6c6da73468aea1e3edd61f (diff)
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'serve.go')
-rw-r--r--serve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/serve.go b/serve.go
index 50ec94a8..0289c82c 100644
--- a/serve.go
+++ b/serve.go
@@ -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
}