diff options
-rwxr-xr-x | roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 b/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 index 51eac473f..666492bf3 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 @@ -78,8 +78,8 @@ if __name__ == '__main__': print "ERROR: no tag specified!\n" usage() - if 'docker' in tag: - namespace='docker' + if 'container' in tag: + namespace='container' version = tag.split('-')[0].split('f')[1] elif tag == 'module-package-list': # See https://pagure.io/releng/issue/6663 |