Skip to content

Commit 03d0786

Browse files
authored
Make text agree example API version
Update the text to match the example. Be explicit about which API version we support. Signed-off-by: Aidan Delaney <[email protected]> > _By signing off you acknowledge adhering to the requirements listed here: https://probot.github.io/apps/dco/_ Signed-off-by: Aidan Delaney <[email protected]>
1 parent f060484 commit 03d0786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/app-developer-guide/using-inline-buildpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ id = "me/rake-tasks"
2626
inline = "rake package"
2727
```
2828

29-
In this example, the `me/rake-tasks` inline buildpack is configured to run after the `example/ruby` buildpack. The inline script is compatible with API version `0.4` (this is a required field), and it will execute the `rake package` command during the build step.
29+
In this example, the `me/rake-tasks` inline buildpack is configured to run after the `example/ruby` buildpack. The inline script is compatible with buildpack API version `0.6` (this is a required field), and it will execute the `rake package` command during the build step.
3030

3131
> **Note:** Inline buildpacks will _always_ pass detection.
3232

0 commit comments

Comments
 (0)