linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

Too much quotation in generated configurations in .env.public #116

Open cmungall opened 1 week ago

cmungall commented 1 week ago

https://github.com/linkml/linkml-project-cookiecutter/blob/4e062ec2471c7110af2f2ae4fc4a016fcb188bd3/%7B%7Bcookiecutter.project_name%7D%7D/.env.public#L5-L10

The quotes don't function like normal quotes, they end up in the string

sbliven commented 1 week ago

I ran into this too. Makefiles expect variables not to be quoted. The default .env.public results in errors like

bash: -c: line 1: unexpected EOF while looking for matching `"'
make: *** [compile-sheets] Error 2