We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0690f89 commit e791c1dCopy full SHA for e791c1d
1 file changed
pkg/gitreceive/build.go
@@ -276,7 +276,7 @@ func build(
276
return fmt.Errorf("publishing release (%s)", err)
277
}
278
279
- log.Info("Done, %s:v%d deployed to Deis\n", appName, release)
+ log.Info("Done, %s:v%d deployed to Workflow\n", appName, release)
280
log.Info("Use 'deis open' to view this application in your browser\n")
281
log.Info("To learn more, use 'deis help' or visit https://deis.com/\n")
282
0 commit comments