Commit 53f1ab50 authored by AllenZMC's avatar AllenZMC Committed by czm

fix wrong spells in hooks.go

Signed-off-by: 's avatarczm <zhongming.chang@daocloud.io>
parent c4a82971
......@@ -53,7 +53,7 @@ var deletePolices = map[string]release.Hook_DeletePolicy{
hooks.BeforeHookCreation: release.Hook_BEFORE_HOOK_CREATION,
}
// Timout used when deleting resources with a hook-delete-policy.
// Timeout used when deleting resources with a hook-delete-policy.
const defaultHookDeleteTimeoutInSeconds = int64(60)
// Manifest represents a manifest file, which has a name and some content.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment