diff options
Diffstat (limited to 'modules/crypto/ssh/testdata_test.go')
-rwxr-xr-x | modules/crypto/ssh/testdata_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/crypto/ssh/testdata_test.go b/modules/crypto/ssh/testdata_test.go index bd5654b325..ca43fc6d70 100755 --- a/modules/crypto/ssh/testdata_test.go +++ b/modules/crypto/ssh/testdata_test.go @@ -12,7 +12,7 @@ import ( "crypto/rand" "fmt" - "github.com/gogits/gogs/modules/ssh/testdata" + "github.com/gogits/gogs/modules/crypto/ssh/testdata" ) var ( |