We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d2c25 commit 8101d80Copy full SHA for 8101d80
cmd/serv.go
@@ -109,7 +109,7 @@ func runServ(c *cli.Context) error {
109
if key.Type == models.KeyTypeDeploy {
110
println("Hi there! You've successfully authenticated with the deploy key named " + key.Name + ", but Gitea does not provide shell access.")
111
} else {
112
- println("Hi there: " + user.Name + "! You've successfully authenticated with the key named " + key.Name + ", but Gitea does not provide shell access.")
+ println("Hi there, " + user.Name + "! You've successfully authenticated with the key named " + key.Name + ", but Gitea does not provide shell access.")
113
}
114
println("If this is unexpected, please log in with password and setup Gitea under another user.")
115
return nil
0 commit comments