Skip to content

Commit 89e325d

Browse files
committed
docs(config): correct CUMULUSCI_EXTRA_YAML separator to comma
The env var is comma-separated, not colon-separated. Matches docs/cli.md and docs/env-var-reference.md.
1 parent 62e27c4 commit 89e325d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ The `--extra-yaml PATH` flag on `cci flow run`, `cci flow info`,
680680
`cci task run`, and `cci task info` merges an additional YAML file
681681
into the project config for a single command invocation. Multiple
682682
files are deep-merged in order (later files win); the
683-
`CUMULUSCI_EXTRA_YAML` environment variable (colon-separated paths)
683+
`CUMULUSCI_EXTRA_YAML` environment variable (comma-separated paths)
684684
is honored as a fallback. See [the CLI reference](cli.md#the-extra-yaml-flag)
685685
for usage and security implications.
686686

0 commit comments

Comments
 (0)