Skip to content

Commit 6ff2003

Browse files
authored
fix: add missing .group to inline script
Without this change, the inline buildpack fails to be executed. Signed-off-by: Jose Diaz-Gonzalez <[email protected]>
1 parent 9185e53 commit 6ff2003

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
@@ -37,7 +37,7 @@ Inline buildpacks aren't constrained to a single command, however. You can defin
3737
[[io.buildpacks.group]]
3838
id = "me/cleanup"
3939

40-
[io.buildpacks.script]
40+
[io.buildpacks.group.script]
4141
api = "0.9"
4242
inline = """
4343
set -e

0 commit comments

Comments
 (0)