mirror of https://github.com/docker/compose.git
fix lint error
Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
parent
fe9d01559f
commit
1e47e04607
|
@ -33,7 +33,8 @@ import (
|
|||
const (
|
||||
TransformerLabel = "com.docker.compose.bridge"
|
||||
DefaultTransformerImage = "docker/compose-bridge-kubernetes"
|
||||
templatesPath = "/templates"
|
||||
|
||||
templatesPath = "/templates"
|
||||
)
|
||||
|
||||
type CreateTransformerOptions struct {
|
||||
|
|
Loading…
Reference in New Issue