Skip to content

Commit 60028fd

Browse files
authored
Update index.md
1 parent 9804288 commit 60028fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ graph TD
2020
F -->|env - clean_env_keys_post_deps| G[Posthook dependencies]
2121
G --> H[Postprocess]
2222
H -->|env - clean_env_keys_post_deps| I[Post dependencies]
23-
I -->|new_env_keys or incoming_env - env| J[Script return]
23+
I -->|env(new_env_keys)| J[Script return]
2424
```
2525

2626
* When an MLC script is invoked (either by tags or by unique ID), its `meta.yaml` is processed first which will check for any `deps` script and if there are, then they are executed in order.

0 commit comments

Comments
 (0)