diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 03990834e2..43d13dc366 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -314,7 +314,7 @@ def sync_single_repo(release, repo): for arch in archdef['arches']: if 'source' in arch: dest_path = os.path.join(archdef['dest'], arch, 'tree') - else + else: dest_path = os.path.join(archdef['dest'], arch) results.append(sync_single_repo_arch(release, repo, arch, dest_path))