Ver Fonte

fixed lint error

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara há 4 meses atrás
pai
commit
52f04229c0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pkg/bridge/transformers.go

+ 1 - 1
pkg/bridge/transformers.go

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