Skip to content

Commit 011382f

Browse files
committed
Update expected output from the lifecycle
Signed-off-by: Javier Romero <[email protected]>
1 parent 62f8510 commit 011382f

File tree

1 file changed

+1
-1
lines changed
  • content/docs/buildpack-author-guide/create-buildpack

1 file changed

+1
-1
lines changed

content/docs/buildpack-author-guide/create-buildpack/detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ examples/ruby 0.0.1
4747
===> BUILDING
4848
---> Ruby Buildpack
4949
ERROR: failed to build: exit status 1
50-
ERROR: failed to build: executing lifecycle
50+
ERROR: failed to build: executing lifecycle: failed with status code: 51
5151
```
5252

5353
Notice that `detect` now passes because there is a valid `Gemfile` in the Ruby app at `ruby-sample-app`, but now `build` fails because it is currently written to error out.

0 commit comments

Comments
 (0)