1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00

update contrib

This commit is contained in:
deadc0de6
2022-01-28 11:05:40 +01:00
parent b54da1f5c0
commit 39d4bd23ab

View File

@@ -140,6 +140,7 @@ see [this](docs/config.md#variables).
* Config files do not have access to variables defined above in the import tree
* Actions/transformations using variables are resolved at runtime
(when the action/transformation is executed) and not when loading the config
* The same config file cannot be imported twice
This will result in `dvar0 = "test"` and `var0 = "echo test"` (**not** `var0 = test`):
```yaml