Skip to content

Commit ba29b35

Browse files
honerunesoerensen
andcommitted
Update text/0000-execution-environments.md
Co-authored-by: Rune Soerensen <runesoerensen@gmail.com> Signed-off-by: Terence Lee <hone02@gmail.com>
1 parent ca65826 commit ba29b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-execution-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The specifics of creating development environments are out of scope of this RFC,
7070

7171
## `exec-env` key in TOML
7272

73-
In order to support additional execution environments an `exec-env` key will be added to various TOML tables in the project. This will be an array that takes string values. An individual element can be any string with `*` having special meaning. Similar to the ["any stack RFC"](https://github.com/buildpacks/rfcs/blob/main/text/0056-any-stack-buildpacks.md) `*` will apply to all execution environments. `["*"]` will be the default if not specified. This should make the key backwards compatible and optional. When `exec-env` is not empty and does not include `*`, the table settings will only be applied to the specificed execution environments.
73+
In order to support additional execution environments, an optional `exec-env` key will be added to various TOML tables in the project. This will be an array that takes string values. An individual element can be any string with `*` having special meaning. Similar to the ["any stack RFC"](https://github.com/buildpacks/rfcs/blob/main/text/0056-any-stack-buildpacks.md), `*` will apply to all execution environments. `["*"]` will be the default if not specified. This should make the key backwards compatible. When `exec-env` is not empty and does not include `*`, the table settings will only be applied to the specified execution environments.
7474

7575
### Project Descriptor - `project.toml` (App Developers)
7676

0 commit comments

Comments
 (0)