From 0f005e79392afd3d3ddab6339488cfb4caaa2fe7 Mon Sep 17 00:00:00 2001 From: Mario Sanchez Prada Date: Fri, 16 Sep 2016 00:04:34 +0000 Subject: [PATCH] Fix typo and use the right function to get the system installation --- app/flatpak-builtins-document-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/flatpak-builtins-document-list.c b/app/flatpak-builtins-document-list.c index 6035cec4..27e978cb 100644 --- a/app/flatpak-builtins-document-list.c +++ b/app/flatpak-builtins-document-list.c @@ -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);