Skip to content

Commit e791c1d

Browse files
author
Matthew Fisher
committed
fix(gitreceive): change target name to Workflow
1 parent 0690f89 commit e791c1d

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
@@ -276,7 +276,7 @@ func build(
276276
return fmt.Errorf("publishing release (%s)", err)
277277
}
278278

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

0 commit comments

Comments
 (0)