diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-02-21 16:42:53 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-02-21 16:42:53 -0800 |
commit | e90dd7ba6b7ae5970090a87f1561015a4d100071 (patch) | |
tree | 69e056eae68a352baa7446545f6bb02f8f4d0186 /jjb/global | |
parent | d4851ff5ac133c2672dfe1ed806a57c1c0abaa63 (diff) |
Fix SFC Email PTL Macro
Includes the name of the PTL but should be just the email.
Change-Id: If6ef3b7c15defd44c6f86a24d6250840c37dd24b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/releng-macros.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index a12a3c8a5..0bf981661 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -901,7 +901,7 @@ - email-ext: <<: *email_ptl_defaults recipients: > - ManuelBuilmbuil@suse.com + mbuil@suse.com - publisher: name: 'email-snaps-ptl' |