1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-18 06:04:06 +03:00

autobuild: fix typo in autobuild success subject line

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>

Autobuild-User(master): Garming Sam <garming@samba.org>
Autobuild-Date(master): Thu May  5 04:15:16 CEST 2016 on sn-devel-144
This commit is contained in:
Garming Sam 2016-05-05 10:37:08 +12:00 committed by Garming Sam
parent 625dcef765
commit 2fe2e662db

View File

@ -654,7 +654,7 @@ The top commit for the tree that was built was:
''' % top_commit_msg ''' % top_commit_msg
logs = os.path.join(gitroot, 'logs.tar.gz') logs = os.path.join(gitroot, 'logs.tar.gz')
send_email('autobuild sucess on %s ' % platform.node(), send_email('autobuild success on %s' % platform.node(),
text, logs) text, logs)