Correct constant for post-receive hook name
This commit is contained in:
parent
f50f03fe6f
commit
b05382eced
|
@ -16,7 +16,7 @@ type HookType string
|
||||||
const (
|
const (
|
||||||
HookPostFinish HookType = "post-finish"
|
HookPostFinish HookType = "post-finish"
|
||||||
HookPostTerminate HookType = "post-terminate"
|
HookPostTerminate HookType = "post-terminate"
|
||||||
HookPostTerminate HookType = "post-terminate"
|
HookPostReceive HookType = "post-receive"
|
||||||
HookPreCreate HookType = "pre-create"
|
HookPreCreate HookType = "pre-create"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue