diff --git a/{{cookiecutter.project_name}}/makefile b/{{cookiecutter.project_name}}/makefile index c46f778..01e9816 100644 --- a/{{cookiecutter.project_name}}/makefile +++ b/{{cookiecutter.project_name}}/makefile @@ -7,7 +7,7 @@ {% if cookiecutter.open_source == 'y' -%} # This is a test -{% endif -%} +{%- endif %} # Create .env file if it does not already exist ifeq (,$(wildcard .env))