Layout fix
This commit is contained in:
parent
d531c54bec
commit
fbeb42e3ca
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ def run_as_post_receive_hook():
|
||||||
|
|
||||||
send_email(
|
send_email(
|
||||||
text=TEXT % dict(
|
text=TEXT % dict(
|
||||||
pkg=package, url='\n'.join(links), change="\n- ".join(diffs)
|
pkg=package, url='\n'.join(links), change="\n".join(diffs)
|
||||||
),
|
),
|
||||||
subject='Package added/updated ExclusiveArch/ExcludesArch',
|
subject='Package added/updated ExclusiveArch/ExcludesArch',
|
||||||
to_mail=TO_MAIL
|
to_mail=TO_MAIL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue