From e875cf5654aef6368b85a414fd323cbec837c7fc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 25 Sep 2017 11:23:41 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index 1d037fcc..63d14a97 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -279,7 +279,7 @@ public class GitRepo : Object { string[] cmd = { "pull" , "--no-edit" }; - return this.git( cmd , cb); + return this.git_async( cmd , cb); } -- 2.39.2