Skip to content

Commit

Permalink
Removes -launch flag from call to -detector
Browse files Browse the repository at this point in the history
* -launch will shortly be removed in favor of -app
  • Loading branch information
ekcasey committed Nov 15, 2018
1 parent b34c569 commit 1a7c665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ func (b *BuildConfig) Detect() (*lifecycle.BuildpackGroup, error) {
Cmd: []string{
"/lifecycle/detector",
"-buildpacks", buildpacksDir,
"-launch", launchDir,
"-order", orderPath,
"-group", groupPath,
"-plan", planPath,
Expand Down

0 comments on commit 1a7c665

Please sign in to comment.