1
0
Fork 0
forked from forgejo/forgejo

Move custom dir to custom/

This commit is contained in:
Unknown 2014-03-12 21:40:18 -04:00
parent a9a5fb45f8
commit 8dd956f88a
3 changed files with 4 additions and 5 deletions

View file

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