From 1db7768871d582ab67fbb6bb5698231ba0b779ef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:31:33 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index 0a162ef7..b84421a4 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -184,7 +184,7 @@ public class GitRepo : Object // convert arguments. - var args = { + string[] args = { "git", "--git-dir", this.gitdir, "--no-pager", -- 2.39.2