Skip to content

Commit 1fa94dc

Browse files
committed
fix next steps message formatting
1 parent ff75057 commit 1fa94dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

copier/messages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ _message_after_copy: |
3131
3232
git push --set-upstream origin main
3333
34-
{% if AddDevDoc %}
34+
{% if AddDevDoc -%}
3535
- Project development documentation
3636
37-
The [README.dev.md](README.dev.md) contains developer documentation
38-
{%- endif-%}
37+
The README.dev.md contains developer documentation
38+
{%- endif %}
3939
4040
- Project layout explained
4141

0 commit comments

Comments
 (0)