Skip to content

Commit 4b2d8cd

Browse files
committed
retrigger CI
1 parent d7d21c7 commit 4b2d8cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

functions/go/set-image/transformer/images_transformer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import (
99
"github.com/GoogleContainerTools/kpt-functions-sdk/go/fn"
1010
)
1111

12-
// Image contains an image name, a new name, a new tag or digest,
13-
// which will replace the original name and tag.
12+
// Image contains an image name, a new name, a new tag or digest, which will replace the original name and tag.
1413
type Image struct {
1514
// Name is a tag-less image name.
1615
Name string `json:"name,omitempty" yaml:"name,omitempty"`

0 commit comments

Comments
 (0)