aboutsummaryrefslogtreecommitdiff
path: root/serve.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-12 21:40:18 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-12 21:40:18 -0400
commit8dd956f88a0d279296e5b5440cde8bd877ca0fea (patch)
tree40710391f6a81a0e99799139984a4795ccaba086 /serve.go
parenta9a5fb45f8b0b31f0219d7a0957db1a43a72f6e0 (diff)
Move custom dir to custom/
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 d4874b3e..97b9c567 100644
--- a/serve.go
+++ b/serve.go
@@ -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)
+ fmt.Printf("Hi %s! You've successfully authenticated, but Gogs does not provide shell access.\n", user.Name)
return
}