diff --git a/roles/distgit/templates/pkgdb_sync_git_branches.py b/roles/distgit/templates/pkgdb_sync_git_branches.py index d47e6200a3..cf8fa5b518 100644 --- a/roles/distgit/templates/pkgdb_sync_git_branches.py +++ b/roles/distgit/templates/pkgdb_sync_git_branches.py @@ -218,8 +218,7 @@ def branch_package(ns, pkgname, requested_branches, existing_branches): if not TEST_ONLY: _invoke(SETUP_PACKAGE, [os.path.join(ns, pkgname)]) if ns == 'rpms': - old_place = os.path.join( - GIT_FOLDER, '%s.git' % pkgname) + old_place = os.path.join(GIT_FOLDER, '%s.git' % pkgname) os.symlink(new_place, old_place) # SETUP_PACKAGE creates master if 'master' in requested_branches: