From 9dc7a3ce4e450c5845a97657605ec7e89440baad Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:38:03 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index d6a70b4e..6bc25adb 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -188,7 +188,7 @@ public class GitRepo : Object string[] args = { "git" }; args += "--git-dir"; - args += this.gitdir, + args += this.gitdir; args += "--no-pager"; -- 2.39.2