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