From aaa38241e4dccdc06ec25bd9281ba7652514f0e9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:31:43 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index b84421a4..9c669dfd 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -195,7 +195,7 @@ public class GitRepo : Object args += "--work-tree"; args += this.repopath; } - for (var i = i; i < args_in.length;i++) { + for (var i = 0; i < args_in.length;i++) { args += args_in[i]; } -- 2.39.2