Skip to content

Commit ad5a530

Browse files
authored
Merge pull request cds-hooks#591 from josegonzalez/patch-1
fix: add missing .group to inline script
2 parents 9185e53 + 6ff2003 commit ad5a530

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)