mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-23 07:17:02 +00:00
Fix some comment nits.
This commit is contained in:
@@ -159,7 +159,7 @@ func (p *ExecPlugin) Transform(rm resmap.ResMap) error {
|
||||
return err
|
||||
}
|
||||
if len(tmpMap) != 1 {
|
||||
return fmt.Errorf("Unable to put two resources into one")
|
||||
return fmt.Errorf("unable to put two resources into one")
|
||||
}
|
||||
for _, v := range tmpMap {
|
||||
rm[id].Kunstructured = v.Kunstructured
|
||||
|
||||
Reference in New Issue
Block a user