summaryrefslogtreecommitdiffstats
path: root/modules/ssh
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-07-26 03:02:46 -0400
committerUnknwon <joe2010xtmf@163.com>2014-07-26 03:02:46 -0400
commit545d320648a5ce93e394a3cbc1317f73553b0d75 (patch)
treec352fab49c91d0531a3700465582e91f022cd170 /modules/ssh
parent5c4bc3c848fb4bd46ad5ceeacd82cdfa8f2b5635 (diff)
downloadgitea-545d320648a5ce93e394a3cbc1317f73553b0d75.tar.gz
gitea-545d320648a5ce93e394a3cbc1317f73553b0d75.zip
Docs fix
Diffstat (limited to 'modules/ssh')
-rw-r--r--modules/ssh/ssh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssh/ssh.go b/modules/ssh/ssh.go
index 78ad678dc5..814a3dd1f4 100644
--- a/modules/ssh/ssh.go
+++ b/modules/ssh/ssh.go
@@ -17,7 +17,7 @@ import (
"github.com/Unknwon/com"
- "github.com/gogits/gogs-ng/modules/log"
+ "github.com/gogits/gogs/modules/log"
)
func handleServerConn(keyId string, chans <-chan ssh.NewChannel) {