new-updates-sync: make log statement more accurate

The Ostree ref has now been synced from the source repo
so the destination repo is now at src_commit.
This commit is contained in:
Dusty Mabe 2018-05-03 16:22:20 -04:00
parent 7e86c49fe3
commit fba20b249b
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -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):