From cab8bf8608cf136c90cda77406fec04021f59f6c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:44:06 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index 79734eef..3a250636 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -213,7 +213,7 @@ public class GitRepo : Object //} - var cfg = new SpawnConfig(this.repopath, args , env); + var cfg = new SpawnConfig(this.gitdir, args , env); // may throw error... -- 2.39.2