bodhi-backend / updates-sync: fix missing ,s

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-03-19 21:33:42 -07:00
parent fde534382c
commit cf2032cac9

View file

@ -42,7 +42,7 @@ RELEASES = {'f42': {'topic': 'fedora',
'arches': ['x86_64', 'ppc64le', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/updates/onyx',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']}
'arches': ['x86_64', 'ppc64le', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/updates/cosmic-atomic',
'dest': OSTREEDEST,
'arches': ['x86_64', 'aarch64']}],
@ -64,7 +64,7 @@ RELEASES = {'f42': {'topic': 'fedora',
'arches': ['x86_64', 'ppc64le', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/testing/onyx',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']}
'arches': ['x86_64', 'ppc64le', 'aarch64']},
{'ref': 'fedora/42/%(arch)s/testing/cosmic-atomic',
'dest': OSTREEDEST,
'arches': ['x86_64', 'aarch64']}],