From 271703ebb876a029441eb950dca54ef57e9de3ac Mon Sep 17 00:00:00 2001 From: Emily Casey Date: Tue, 13 Oct 2020 10:41:54 -0400 Subject: [PATCH] Update buildpack.md Signed-off-by: Emily Casey Co-authored-by: Joe Kutner --- buildpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpack.md b/buildpack.md index 8ce0d174..22308841 100644 --- a/buildpack.md +++ b/buildpack.md @@ -811,7 +811,7 @@ If multiple buildpacks define labels with the same key, the lifecycle MUST use t For each process, the buildpack: -- MUST specify a `type`. `type`: +- MUST specify a `type`, which: - MUST NOT be identical to other process types provided by the same buildpack. - MUST only contain numbers, letters, and the characters ., _, and -. - MUST specify a `command` that is either: