diff --git a/xdg-app-dir.c b/xdg-app-dir.c index 5029a0fa..0abe1e7f 100644 --- a/xdg-app-dir.c +++ b/xdg-app-dir.c @@ -256,6 +256,9 @@ xdg_app_dir_pull (XdgAppDir *self, cancellable, error)) goto out; + if (console) + gs_console_end_status_line (console, NULL, NULL); + ret = TRUE; out: return ret;