Fix the name of the 'release' field in new-updates-sync

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2017-10-29 10:45:47 +01:00
parent 7f8b1a2005
commit d269acd9e9

View file

@ -216,7 +216,7 @@ def sync_single_repo(release, repo):
stats = collect_stats(results)
fedmsg_msg = {'repo': repo,
'rel': RELEASES[release]['version'],
'release': RELEASES[release]['version'],
'bytes': str(stats['num_bytes']),
'deleted': str(stats['num_deleted'])}