Skip to content

Commit 4800e29

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): use app name instead of repo name
so that the call to publishRelease below can also use the app name
1 parent 3f7fe94 commit 4800e29

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
@@ -435,7 +435,7 @@ func build(conf *Config, builderKey, gitSha string) error {
435435
buildHook := &pkg.BuildHook{
436436
Sha: gitSha,
437437
ReceiveUser: conf.Username,
438-
ReceiveRepo: conf.Repository,
438+
ReceiveRepo: appName,
439439
Image: imageName,
440440
Procfile: procType,
441441
Dockerfile: strings.Title(fmt.Sprintf("%t", usingDockerfile)),

0 commit comments

Comments
 (0)