summaryrefslogtreecommitdiff
path: root/system-helper
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-07-29 01:12:24 +0200
committerAlexander Larsson <alexl@redhat.com>2016-07-29 01:20:40 +0200
commit764cb91cbecaac83d074472397c574033e4b2615 (patch)
tree589a5f7a6e7deef8aff963dac97fd2d8bbb3a62e /system-helper
parentcbe20d3a6c6aaf465eaf23cd44a32af2c7a9d789 (diff)
downloadflatpak-764cb91cbecaac83d074472397c574033e4b2615.tar.gz
Remove workaround for issue #144 now that ostree is fixed
The fix for this is in ostree 2016.7 https://github.com/flatpak/flatpak/issues/144
Diffstat (limited to 'system-helper')
-rw-r--r--system-helper/flatpak-system-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-helper/flatpak-system-helper.c b/system-helper/flatpak-system-helper.c
index cf9bbfdd..476d1a43 100644
--- a/system-helper/flatpak-system-helper.c
+++ b/system-helper/flatpak-system-helper.c
@@ -243,7 +243,7 @@ handle_deploy (FlatpakSystemHelper *object,
g_main_context_push_thread_default (main_context);
if (!flatpak_dir_pull (system, arg_origin, arg_ref, (const char **)arg_subpaths, NULL,
- OSTREE_REPO_PULL_FLAGS_UNTRUSTED, FALSE, NULL,
+ OSTREE_REPO_PULL_FLAGS_UNTRUSTED, NULL,
NULL, &error))
{
g_main_context_pop_thread_default (main_context);