fix lint error

Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
keitosuwahara 2025-07-27 22:04:55 +09:00
parent fe9d01559f
commit 1e47e04607
1 changed files with 2 additions and 1 deletions

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 {