diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c index 35598eca..12f93ab0 100644 --- a/src/libostree/ostree-repo-pull.c +++ b/src/libostree/ostree-repo-pull.c @@ -3477,6 +3477,9 @@ ostree_repo_pull_with_options (OstreeRepo *self, guint shift; GString *buf = g_string_new (""); + /* Ensure the rest of the progress keys are set appropriately. */ + update_progress (pull_data); + if (bytes_transferred < 1024) shift = 1; else