Skip to content

Commit

Permalink
Merge pull request #3510 from kargakis/issue-3360
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jun 30, 2015
2 parents 004934c + a0e14e3 commit a4395cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/cli/cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func (c *deployLatestCommand) deploy(config *deployapi.DeploymentConfig, out io.
config.LatestVersion++
_, err = c.client.UpdateDeploymentConfig(config)
if err == nil {
fmt.Fprintf(out, "deployed #%d\n", config.LatestVersion)
fmt.Fprintf(out, "Started deployment #%d\n", config.LatestVersion)
}
return err
}
Expand Down

0 comments on commit a4395cc

Please sign in to comment.