Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
otk: handle missing suport for joins with vars
This commit fixes the issue that the following snippet: ``` otk.version: 1 otk.define: default: modifications: language: en_US.UTF-8 user: modifications: language: nl_NL.UTF-8 modifications: otk.op.join: values: - ${default.modifications} - ${user.modifications} otk.target.osbuild: lang: ${modifications.language} ``` does not work because no var substitution was performed in the join.
- Loading branch information