Skip to content

Commit a4395cc

Browse files
author
OpenShift Bot
committed
Merge pull request #3510 from kargakis/issue-3360
Merged by openshift-bot
2 parents 004934c + a0e14e3 commit a4395cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/cli/cmd/deploy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (c *deployLatestCommand) deploy(config *deployapi.DeploymentConfig, out io.
238238
config.LatestVersion++
239239
_, err = c.client.UpdateDeploymentConfig(config)
240240
if err == nil {
241-
fmt.Fprintf(out, "deployed #%d\n", config.LatestVersion)
241+
fmt.Fprintf(out, "Started deployment #%d\n", config.LatestVersion)
242242
}
243243
return err
244244
}

0 commit comments

Comments
 (0)