Merge pull request #1205 from pyaillet/fix-typo

Fix typo in comment
This commit is contained in:
Kubernetes Prow Robot
2019-06-19 08:56:36 -07:00
committed by GitHub

View File

@@ -133,7 +133,7 @@ func (o *setImageOptions) RunSetImage(fSys fs.FileSystem) error {
return err
}
// append only new images from ksutomize file
// append only new images from kustomize file
for _, im := range m.Images {
if _, ok := o.imageMap[im.Name]; ok {
continue