mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-06 14:01:44 -05:00
Fix typo and use the right function to get the system installation
This commit is contained in:
@@ -126,7 +126,7 @@ flatpak_complete_document_list (FlatpakCompletion *completion)
|
||||
}
|
||||
}
|
||||
|
||||
system_dir = flatpak_dir_get_user ();
|
||||
system_dir = flatpak_dir_get_system ();
|
||||
{
|
||||
g_auto(GStrv) refs = flatpak_dir_find_installed_refs (system_dir, NULL, NULL, NULL,
|
||||
TRUE, FALSE, &error);
|
||||
|
||||
Reference in New Issue
Block a user