Skip to content

Commit 7e9674e

Browse files
committed
bump
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
1 parent 99fdedd commit 7e9674e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/module_manager/models/hooks/module_hook_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func (c *ModuleHookConfig) HasBinding(binding BindingType) bool {
6060
if c.HookConfig.HasBinding(binding) {
6161
return true
6262
}
63+
6364
switch binding {
6465
case BeforeHelm:
6566
return c.BeforeHelm != nil

0 commit comments

Comments
 (0)