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

Avoid need to preprocess redhat templates #63

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

mmlb
Copy link
Contributor

@mmlb mmlb commented Jan 5, 2023

This was quite ugly to see. Turns out we could just pass in the extra stuff via context and just use them in the template logic and it all works out. No need to escape { and } any more.

@mmlb mmlb requested review from mikemrm and dustinmiller January 5, 2023 02:11
This was quite ugly to see. Turns out we could just pass in the extra stuff
via context and just use them in the template logic and it all works out. No
need to escape `{` and `}` any more.
@mmlb mmlb force-pushed the avoid-need-to-format-template branch from 52737cd to c5525d7 Compare January 5, 2023 02:32
Copy link
Contributor

@mikemrm mikemrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 good point. thanks!

@mmlb mmlb merged commit 352a783 into master Jan 9, 2023
@mmlb mmlb deleted the avoid-need-to-format-template branch January 9, 2023 18:33
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