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

Fix ignored left/right delim env vars #1027

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

hairyhenderson
Copy link
Owner

Fixes #1018

Ever since I added config file support the defaults on the command flags have effectively been only for documentation purposes. This fixes the handling of GOMPLATE_LEFT_DELIM and GOMPLATE_RIGHT_DELIM.

The integration tests for this only passed by fluke 🤦‍♂️. I've updated them, and added some extra unit tests too.

Signed-off-by: Dave Henderson [email protected]

@hairyhenderson hairyhenderson self-assigned this Jan 8, 2021
@hairyhenderson hairyhenderson merged commit 5a869fa into master Jan 8, 2021
@hairyhenderson hairyhenderson deleted the fix-ignored-delim-vars-1018 branch January 8, 2021 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GOMPLATE_(LEFT|RIGHT)_DELIM environment variables are ignored
1 participant