From b2b05e1175c881e867294444864b95db3cd2bc0c Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 22 Apr 2016 15:32:23 +0200 Subject: update/install: Handle deploy using the system service --- app/xdg-app-builtins-update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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; } -- cgit v1.2.1