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:
parent
7e86c49fe3
commit
fba20b249b
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue