mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-06 14:01:44 -05:00
Fix args to flatpak_bundle_load
This commit is contained in:
committed by
Alexander Larsson
parent
00b5f568ec
commit
70776b0eaf
@@ -2163,9 +2163,10 @@ handle_runtime_repo_deps_from_bundle (FlatpakTransaction *self,
|
||||
if (priv->disable_deps)
|
||||
return TRUE;
|
||||
|
||||
metadata = flatpak_bundle_load (file, NULL,
|
||||
metadata = flatpak_bundle_load (file,
|
||||
NULL,
|
||||
&ref,
|
||||
NULL,
|
||||
&dep_url,
|
||||
NULL,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user