diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-07-26 03:02:46 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-07-26 03:02:46 -0400 |
commit | 545d320648a5ce93e394a3cbc1317f73553b0d75 (patch) | |
tree | c352fab49c91d0531a3700465582e91f022cd170 /modules/ssh | |
parent | 5c4bc3c848fb4bd46ad5ceeacd82cdfa8f2b5635 (diff) | |
download | gitea-545d320648a5ce93e394a3cbc1317f73553b0d75.tar.gz gitea-545d320648a5ce93e394a3cbc1317f73553b0d75.zip |
Docs fix
Diffstat (limited to 'modules/ssh')
-rw-r--r-- | modules/ssh/ssh.go | 2 |
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) { |