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

envplate does not work with % signs when using -d flag #56

Open
SomeshDaga opened this issue Jan 17, 2025 · 0 comments
Open

envplate does not work with % signs when using -d flag #56

SomeshDaga opened this issue Jan 17, 2025 · 0 comments

Comments

@SomeshDaga
Copy link

Reproduction

test.yml

hello % world

Run:

envplate -d test.yml

gives:

hello %!!(MISSING)w(MISSING)orld

More information

Issue only with the '-d' flag. It seems fmt.Printf is being used by the logger which does not behave well with % signs (since it expects a type specifier e.g. %s)

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

No branches or pull requests

1 participant