Clean code

This commit is contained in:
Unknown 2014-03-16 02:28:24 -04:00
parent 631deb2e7d
commit 828c89de99
7 changed files with 19 additions and 26 deletions

View file

@ -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
}