Skip to content

Commit 52f0422

Browse files
suwakeindeloof
authored andcommitted
fixed lint error
Signed-off-by: keitosuwahara <[email protected]>
1 parent 28895d0 commit 52f0422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/bridge/transformers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
TransformerLabel = "com.docker.compose.bridge"
3535
DefaultTransformerImage = "docker/compose-bridge-kubernetes"
3636

37-
templatesPath = "/templates"
37+
templatesPath = "/templates"
3838
)
3939

4040
type CreateTransformerOptions struct {

0 commit comments

Comments
 (0)