Skip to content

Commit b58c7b7

Browse files
authored
Merge pull request #63 from mbaijal/bug-fix
Bug Fix: typo in post_build_request Hook
2 parents 78e69f5 + d0bb12d commit b58c7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pkg/resource/sdk_update.go.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func (rm *resourceManager) sdkUpdate(
2020
if err != nil {
2121
return nil, err
2222
}
23-
{{- if $hookCode := Hook .CRD "sdk_update_pre_build_request" }}
23+
{{- if $hookCode := Hook .CRD "sdk_update_post_build_request" }}
2424
{{ $hookCode }}
2525
{{- end }}
2626
{{ $setCode := GoCodeSetUpdateOutput .CRD "resp" "ko" 1 false }}

0 commit comments

Comments
 (0)