We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c74cd commit 58a8786Copy full SHA for 58a8786
1 file changed
pkg/gitreceive/build.go
@@ -259,7 +259,7 @@ func build(
259
260
log.Info("Done, %s:v%d deployed to Deis\n", appName, release)
261
log.Info("Use 'deis open' to view this application in your browser\n")
262
- log.Info("To learn more, use 'deis help' or visit http://deis.io\n")
+ log.Info("To learn more, use 'deis help' or visit https://deis.com/\n")
263
264
run(repoCmd(repoDir, "git", "gc"))
265
0 commit comments