Skip to content

Conversation

@madduck
Copy link
Owner

@madduck madduck commented Sep 28, 2017

Reclass uses the syntax ${foo:bar} to access the parameter foo[bar].
This means that parameter names including ':' needed it to be escaped,
but for that to work, the name needs to be unescaped again before being
lookup up. Which is what this patch does.

Signed-off-by: martin f. krafft [email protected]

Reclass uses the syntax ${foo:bar} to access the parameter foo[bar].
This means that parameter names including ':' needed it to be escaped,
but for that to work, the name needs to be unescaped again before being
lookup up. Which is what this patch does.

Signed-off-by: martin f. krafft <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants