mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Layout fix
This commit is contained in:
@@ -185,7 +185,7 @@ def run_as_post_receive_hook():
|
||||
|
||||
send_email(
|
||||
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',
|
||||
to_mail=TO_MAIL
|
||||
|
||||
Reference in New Issue
Block a user