Skip to content

Commit cfbd77b

Browse files
authored
Correcting update layer PR (#138)
**Description:** This PR corrects a small mistake made in [this PR](#136). **Acknowledgement:** By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent bedf901 commit cfbd77b

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ack_generate_info:
2-
build_date: "2024-04-18T22:18:38Z"
2+
build_date: "2024-04-23T20:03:09Z"
33
build_hash: 37f4ba2b5a121a8786bc516e9ec4aa0b8b590c7d
44
go_version: go1.21.6
55
version: v0.33.0-1-g37f4ba2

pkg/resource/function/sdk.go

+3-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/hooks/function/sdk_read_one_post_set_output.go.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
}
99
if resp.Configuration.Layers != nil {
10-
f17 := []*svcapitypes.Layer{}
10+
f16 := []*svcapitypes.Layer{}
1111
layer := []*string{}
1212
for _, f16iter := range resp.Configuration.Layers {
1313
f16elem := &svcapitypes.Layer{}

0 commit comments

Comments
 (0)