openshift: fixup output: deployment -> DeploymentConfig

Fixes #251
This commit is contained in:
Dusty Mabe 2016-10-28 15:15:19 -04:00
parent a3643a55ac
commit 0ee3494a18
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -210,7 +210,7 @@ func (k *OpenShift) Deploy(komposeObject kobject.KomposeObject, opt kobject.Conv
if err != nil {
return err
}
logrus.Infof("Successfully created deployment: %s", t.Name)
logrus.Infof("Successfully created DeploymentConfig: %s", t.Name)
case *api.Service:
_, err := kclient.Services(namespace).Create(t)
if err != nil {