aboutsummaryrefslogtreecommitdiff
path: root/routers/user/ssh.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/user/ssh.go')
-rw-r--r--routers/user/ssh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/ssh.go b/routers/user/ssh.go
index 65897535..34c37806 100644
--- a/routers/user/ssh.go
+++ b/routers/user/ssh.go
@@ -13,7 +13,7 @@ import (
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"
"github.com/gogits/gogs/modules/base"
- "github.com/gogits/gogs/utils/log"
+ "github.com/gogits/gogs/modules/log"
)
func AddPublicKey(req *http.Request, data base.TmplData, r render.Render, session sessions.Session) {