Преглед изворни кода

fixed lint error

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara пре 4 месеци
родитељ
комит
52f04229c0
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {