GitRepo.vala
[gitlive] / GitRepo.vala
index d6a70b4..6bc25ad 100644 (file)
@@ -188,7 +188,7 @@ public class GitRepo : Object
 
         string[]  args = { "git" };
         args +=  "--git-dir";
-        args +=  this.gitdir,
+        args +=  this.gitdir;
         args +=  "--no-pager";