diff --git a/cmd/tusd/cli/hooks.go b/cmd/tusd/cli/hooks.go index 090b0d4..5caf28e 100644 --- a/cmd/tusd/cli/hooks.go +++ b/cmd/tusd/cli/hooks.go @@ -16,7 +16,7 @@ type HookType string const ( HookPostFinish HookType = "post-finish" HookPostTerminate HookType = "post-terminate" - HookPostTerminate HookType = "post-terminate" + HookPostReceive HookType = "post-receive" HookPreCreate HookType = "pre-create" )