Skip to content

sed in generate.sh throws error #31

Open
@fabrei

Description

in the generate.sh script, the command sed -e "s_##LOGO##_${logo}_g" throws the error sed: -e expression #1, char 22: unknown option to `s' . i changed it to sed -e "s%##LOGO##%${logo}%g" which worked for me.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions