Skip to content

Commit 71929eb

Browse files
committed
Remove extra line
1 parent 953db45 commit 71929eb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

copier/messages.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ _message_after_copy: |
3030
and create a new repository named `{{ package_name }}` as an empty repository, then push your commits to GitHub:
3131
3232
git push --set-upstream origin main
33-
34-
{% if AddDevDoc -%}
33+
{% if AddDevDoc %}
3534
- Project development documentation
3635
3736
The README.dev.md contains developer documentation
38-
{%- endif %}
39-
37+
{% endif %}
4038
- Project layout explained
4139
4240
For an explanation of what files are there, and what each of these do, please refer to {{ _copier_conf.dst_path }}/project_setup.md

0 commit comments

Comments
 (0)