Skip to content

Commit

Permalink
Fix template not correctly printing updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChristophe committed Apr 28, 2021
1 parent dce3f64 commit 2ad1f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<br/>
Updated files: <br/>
<ul>
{% if new_files %}
{% if updated_files %}
{% for entry in updated_files %}
<li>{{ entry }}</li>
{% endfor %}
Expand Down

0 comments on commit 2ad1f9b

Please sign in to comment.