Skip to content

Commit 3f7fe94

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): use correct format directive
1 parent b50ac72 commit 3f7fe94

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
@@ -463,7 +463,7 @@ func build(conf *Config, builderKey, gitSha string) error {
463463
}
464464
domain := buildHookResp.Domains[0]
465465

466-
log.Info("Done, %s:v%s deployed to Deis", appName, release)
466+
log.Info("Done, %s:v%d deployed to Deis", appName, release)
467467
log.Info(fmt.Sprintf("http://%s", domain))
468468
log.Info("To learn more, use 'deis help' or visit http://deis.io")
469469

0 commit comments

Comments
 (0)