new-updates-sync: convert tab to space

This commit is contained in:
Dusty Mabe 2018-04-25 10:31:52 -04:00
parent 0c94490c57
commit fdb02f3e82
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -328,7 +328,7 @@ def sync_single_release(release):
for ostree in RELEASES[release]['repos'][repo].get('ostrees', []):
pairs = []
for arch in ostree.get('arches', ['']):
for arch in ostree.get('arches', ['']):
dest = ostree['dest'] % {'arch': arch}
ref = ostree['ref'] % {'arch': arch}
pairs.append((dest, ref))