Prechádzať zdrojové kódy

fixed lint error

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara 4 mesiacov pred
rodič
commit
52f04229c0
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 {