Fixes in the template
This commit is contained in:
parent
29f8ca9f46
commit
67cf10d6f7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,6 @@ MESSAGE_TEMPLATE = """
|
|||
Updated at {{ date.today().strftime('%Y-%m-%d') }}
|
||||
|
||||
{% for repository, update in repositories.items() %}
|
||||
|
||||
### {{ repository }}
|
||||
|
||||
Updated {{ update | len }} packages.
|
||||
|
@ -43,6 +42,7 @@ Updated {{ update | len }} packages.
|
|||
{ errors.append(package) }
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
## Packages with errors
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue