diff options
Diffstat (limited to 'cmd/hook.go')
-rw-r--r-- | cmd/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hook.go b/cmd/hook.go index 32461745..fede8649 100644 --- a/cmd/hook.go +++ b/cmd/hook.go @@ -27,7 +27,7 @@ import ( ) var ( - CmdHook = cli.Command{ + Hook = cli.Command{ Name: "hook", Usage: "Delegate commands to corresponding Git hooks", Description: "All sub-commands should only be called by Git", |