Skip to content

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

@SomeshDaga

Description

@SomeshDaga

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions