diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 00891b2a15..b00691c8c4 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -184,7 +184,7 @@ def sync_ostree(dst, ref): out = run_command(cmd) cmd = ['ostree', 'summary', '--verbose', '--repo', dst, '--update'] run_command(cmd) - print('Ostree ref %s now at %s' % (ref, dst_commit)) + print('Ostree ref %s now at %s' % (ref, src_commit)) def update_fullfilelist(modules):