fixed lint error

Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
keitosuwahara 2025-07-27 22:51:53 +09:00 committed by Nicolas De loof
parent 28895d0322
commit 52f04229c0

View File

@ -34,7 +34,7 @@ const (
TransformerLabel = "com.docker.compose.bridge"
DefaultTransformerImage = "docker/compose-bridge-kubernetes"
templatesPath = "/templates"
templatesPath = "/templates"
)
type CreateTransformerOptions struct {