Fix typo on MailNotifier

This commit is contained in:
Sergio Durigan Junior 2016-01-05 15:26:43 -05:00
parent 6725385ecb
commit 9929312091

View file

@ -387,7 +387,7 @@ mn = mail.MailNotifier(fromaddr = GDB_MAIL_FROM,
extraRecipients = [ GDB_MAIL_TO ],
mode = ('failing'),
messageFormatter = MessageGDBTesters,
tags = [ "MggggAIL" ],
tags = [ "MAIL" ],
extraHeaders = { 'X-GDB-Buildbot' : '1',
'In-Reply-To' : WithProperties ("<%s@gdb-build>",
'got_revision') })