mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Format the output of cfg commands
This commit is contained in:
@@ -87,7 +87,7 @@ func (c SetterCreator) Create() error {
|
||||
}.Execute()
|
||||
if a.Count == 0 {
|
||||
fmt.Printf("setter %q doesn't match any field in resource configs, "+
|
||||
"but creating setter definition in package %q\n", c.Name, c.ResourcesPath)
|
||||
"but creating setter definition\n", c.Name)
|
||||
}
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
@@ -147,7 +147,7 @@ func (c SubstitutionCreator) Create() error {
|
||||
|
||||
if a.Count == 0 {
|
||||
fmt.Printf("substitution %s doesn't match any field value in resource configs, "+
|
||||
"but creating substitution definition in package %q\n", c.Name, c.ResourcesPath)
|
||||
"but creating substitution definition\n", c.Name)
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user