GitRepo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:30:29 +0000 (19:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:30:29 +0000 (19:30 +0800)
GitRepo.vala

index 60ed05d..c553862 100644 (file)
@@ -192,7 +192,7 @@ public class GitRepo : Object
 
 
         if (this.gitdir != this.repopath) {
-            args +=   "--work-tree"
+            args +=   "--work-tree";
             args += this.repopath; 
         }
         for (var i = i; i < args_in.length;i++) {