Fix the name of the 'release' field in new-updates-sync
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
7f8b1a2005
commit
d269acd9e9
1 changed files with 1 additions and 1 deletions
|
@ -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'])}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue