diff options
Diffstat (limited to 'internal/cmd/hook.go')
-rw-r--r-- | internal/cmd/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/hook.go b/internal/cmd/hook.go index cac19097..8c7cf91b 100644 --- a/internal/cmd/hook.go +++ b/internal/cmd/hook.go @@ -34,7 +34,7 @@ var ( Usage: "Delegate commands to corresponding Git hooks", Description: "All sub-commands should only be called by Git", Flags: []cli.Flag{ - stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"), + stringFlag("config, c", "", "Custom configuration file path"), }, Subcommands: []cli.Command{ subcmdHookPreReceive, |