GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Mon, 25 Sep 2017 03:23:41 +0000 (11:23 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 25 Sep 2017 03:23:41 +0000 (11:23 +0800)
GitRepo.vala

index 1d037fc..63d14a9 100644 (file)
@@ -279,7 +279,7 @@ public class GitRepo : Object
     {
     
         string[] cmd = { "pull" , "--no-edit" };
-        return this.git( cmd , cb);
+        return this.git_async( cmd , cb);
     
     }