fix lint error

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

View File

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