summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-22 15:32:23 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-25 18:59:17 +0200
commitb2b05e1175c881e867294444864b95db3cd2bc0c (patch)
treeae25670d43fa1a599baba9a5c01f46a9686de0a3 /lib
parent6af6d629a2305cbc94d192399094c1e67ffe46c4 (diff)
downloadxdg-app-b2b05e1175c881e867294444864b95db3cd2bc0c.tar.gz
update/install: Handle deploy using the system service
Diffstat (limited to 'lib')
-rw-r--r--lib/xdg-app-installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xdg-app-installation.c b/lib/xdg-app-installation.c
index d642b4a..3da464f 100644
--- a/lib/xdg-app-installation.c
+++ b/lib/xdg-app-installation.c
@@ -1061,7 +1061,7 @@ xdg_app_installation_update (XdgAppInstallation *self,
if ((flags & XDG_APP_UPDATE_FLAGS_NO_DEPLOY) == 0)
{
- if (!xdg_app_dir_deploy_update (dir_clone, ref, NULL,
+ if (!xdg_app_dir_deploy_update (dir_clone, ref, remote_name, NULL,
cancellable, error))
goto out;
}