mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-13 11:30:34 -04:00
lib: Fix order of ref/remote in update call
This commit is contained in:
@@ -1222,7 +1222,7 @@ flatpak_installation_update (FlatpakInstallation *self,
|
||||
if (!flatpak_dir_update (dir_clone,
|
||||
(flags & FLATPAK_UPDATE_FLAGS_NO_PULL) != 0,
|
||||
(flags & FLATPAK_UPDATE_FLAGS_NO_DEPLOY) != 0,
|
||||
remote_name, ref, NULL, subpaths,
|
||||
ref, remote_name, NULL, subpaths,
|
||||
ostree_progress, cancellable, error))
|
||||
goto out;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user