Skip to content

Commit 19f4f76

Browse files
author
Matthew Fisher
authored
Merge pull request #408 from bacongobbler/product-rename
fix(gitreceive): change target name to Workflow
2 parents 07b1df4 + e791c1d commit 19f4f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func build(
279279
return fmt.Errorf("publishing release (%s)", err)
280280
}
281281

282-
log.Info("Done, %s:v%d deployed to Deis\n", appName, release)
282+
log.Info("Done, %s:v%d deployed to Workflow\n", appName, release)
283283
log.Info("Use 'deis open' to view this application in your browser\n")
284284
log.Info("To learn more, use 'deis help' or visit https://deis.com/\n")
285285

0 commit comments

Comments
 (0)