Skip to content

Commit b928157

Browse files
committed
fixup! Reflect API 0.7 move to RESTORING
Signed-off-by: Aidan Delaney <[email protected]>
1 parent 55c5a87 commit b928157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

katacoda/scenarios/buildpack-author-guide/detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ ERROR: failed to build: executing lifecycle: failed with status code: 51
4646

4747
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.
4848

49-
You will also notice that `ANALYZING` now appears in the build output. This step is part of the buildpack lifecycle that looks to see if any previous image builds have layers that the buildpack can re-use. We will get into this topic in more detail later.
49+
You will also notice that `RESTORING` now appears in the build output. This step is part of the buildpack lifecycle that looks to see if any previous image builds have layers that the buildpack can re-use. We will get into this topic in more detail later.
5050

0 commit comments

Comments
 (0)