diff options
Diffstat (limited to 'modules/git/hook.go')
-rw-r--r-- | modules/git/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/hook.go b/modules/git/hook.go index 18c00b5838..e966591668 100644 --- a/modules/git/hook.go +++ b/modules/git/hook.go @@ -12,7 +12,7 @@ import ( "path/filepath" "strings" - "github.com/Unknwon/com" + "github.com/unknwon/com" ) // hookNames is a list of Git server hooks' name that are supported. |