Skip to content

Commit 8908131

Browse files
authored
Merge pull request cds-hooks#524 from buildpacks/fix-517
Reflect API 0.7 move to RESTORING
2 parents 6fa44cd + 0eafac2 commit 8908131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
---

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)