GitRepo.vala
[gitlive] / 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);
     
     }