Skip to content

Commit 97ca1af

Browse files
author
Aaron Schlesinger
committed
fix(build.go): remove outdated comment
1 parent 162ae19 commit 97ca1af

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
@@ -91,7 +91,7 @@ func build(conf *Config, builderKey, gitSha string) error {
9191
// this is where workflow tells slugrunner to download the slug from, so we have to tell slugbuilder to upload it to here
9292
pushURL := fmt.Sprintf("%s://%s:%s/git/home/%s/push", storage.schema(), storage.host(), storage.port(), fmt.Sprintf("%s:git-%s", appName, gitSha))
9393

94-
// Ensure that the app config can be gotten from workflow. We don't do anything with this information
94+
// Get the application config from the controller, so we can check for a custom buildpack URL
9595
appConf, err := getAppConfig(conf, builderKey, conf.Username, appName)
9696
if err != nil {
9797
return fmt.Errorf("getting app config for %s (%s)", appName, err)

0 commit comments

Comments
 (0)