Skip to content

Commit 5a82924

Browse files
authored
Merge pull request cds-hooks#509 from buildpacks/AidanDelaney-patch-2
Make text agree example API version
2 parents 995de93 + 9d4b258 commit 5a82924

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)