Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
  • Loading branch information
Pavel Okhlopkov committed Dec 11, 2024
1 parent 64e8f67 commit cddd4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/module_manager/models/hooks/kind/batch_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (sh *BatchHook) Execute(configVersion string, bContext []bindingcontext.Bin
sh.GetPath(),
args,
envs).
WithLogProxyHookJSON(sh.LogProxyHookJSON).
WithLogProxyHookJSON(shapp.LogProxyHookJSON).
WithLogProxyHookJSONKey(sh.LogProxyHookJSONKey).
WithLogger(sh.Logger.Named("executor"))

Expand Down

0 comments on commit cddd4c5

Please sign in to comment.