Skip to content

Commit

Permalink
Fix jinja whitespace in slugify
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Feb 16, 2025
1 parent 65e3165 commit f813616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ project_slug:
type: str
help: A slug of the name. Must be a valid and unused Python package name.
default: >-
{% from pathjoin('includes', 'slugify.jinja') import slugify %}
{% from pathjoin('includes', 'slugify.jinja') import slugify -%}
{{ slugify(project_name) }}
# regex_search is part of a jinja extension loaded by default.
# It is case insensitive by default. We need to set ignorecase=False to make
Expand Down

0 comments on commit f813616

Please sign in to comment.