summaryrefslogtreecommitdiff
path: root/app
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 /app
parent6af6d629a2305cbc94d192399094c1e67ffe46c4 (diff)
downloadxdg-app-b2b05e1175c881e867294444864b95db3cd2bc0c.tar.gz
update/install: Handle deploy using the system service
Diffstat (limited to 'app')
-rw-r--r--app/xdg-app-builtins-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xdg-app-builtins-update.c b/app/xdg-app-builtins-update.c
index a5aa0d8..4280287 100644
--- a/app/xdg-app-builtins-update.c
+++ b/app/xdg-app-builtins-update.c
@@ -106,7 +106,7 @@ do_update (XdgAppDir* dir,
if (!opt_no_deploy)
{
- if (!xdg_app_dir_deploy_update (dir, ref, opt_commit, cancellable, error))
+ if (!xdg_app_dir_deploy_update (dir, ref, repository, opt_commit, cancellable, error))
return FALSE;
}