Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Levant now uses [[ ]] for variable interpolation. #8

Merged
merged 1 commit into from
Sep 23, 2017
Merged

Conversation

jrasell
Copy link
Member

@jrasell jrasell commented Sep 23, 2017

Nomad uses the standard {{ }} for variable interpolation which
causes conflicts if used in conjunction with Levant. This change
moves Levant to use [[ variable]] which removes conflicts with
standard Nomad interpolation and allows both to be used together.

Tests have been updated to check for this also.

Closes #3

Nomad uses the standard `{{ }}` for variable interpolation which
causes conflicts if used in conjunction with Levant. This change
moves Levant to use `[[ variable]]` which removes conflicts with
standard Nomad interpolation and allows both to be used together.

Tests have been updated to check for this also.

Closes #3
@jrasell jrasell merged commit 97a37ae into master Sep 23, 2017
@jrasell jrasell deleted the gh_3 branch September 23, 2017 16:15
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.

None yet

1 participant