diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-21 12:51:36 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-21 12:51:36 -0500 |
commit | ef275ebf62608b1bd2c7e48862e723cd822d93c2 (patch) | |
tree | 1ff4e8cd2a7b85b85b19d03855cb51e6327c3e8a /modules/setting/setting.go | |
parent | 22ab4fa1b0bdbea10979ae87568452b5bbf9b6af (diff) | |
download | gitea-ef275ebf62608b1bd2c7e48862e723cd822d93c2.tar.gz gitea-ef275ebf62608b1bd2c7e48862e723cd822d93c2.zip |
more on change avatar
Diffstat (limited to 'modules/setting/setting.go')
-rw-r--r-- | modules/setting/setting.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/setting/setting.go b/modules/setting/setting.go index 49bd11c4c2..cf34c2edc6 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -20,7 +20,7 @@ import ( "github.com/macaron-contrib/session" "github.com/gogits/gogs/modules/log" - // "github.com/gogits/gogs-ng/modules/ssh" + // "github.com/gogits/gogs/modules/ssh" ) type Scheme string @@ -488,5 +488,5 @@ func NewServices() { newRegisterMailService() newNotifyMailService() newWebhookService() - // ssh.Listen("2022") + // ssh.Listen("2222") } |