Skip to content

Commit 55c5a87

Browse files
committed
Reflect API 0.7 move to RESTORING
Update ANALYZING to RESTORING in the text as this change happened in API version 0.7. Signed-off-by: Aidan Delaney <[email protected]>
1 parent 0bae261 commit 55c5a87

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
@@ -50,7 +50,7 @@ ERROR: failed to build: executing lifecycle: failed with status code: 51
5050

5151
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.
5252

53-
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.
53+
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.
5454

5555
<!--+if false+-->
5656
---

0 commit comments

Comments
 (0)