GitRepo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:45:54 +0000 (21:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:45:54 +0000 (21:45 +0800)
GitRepo.vala

index f062ea3..a50537d 100644 (file)
@@ -144,7 +144,7 @@ public class GitRepo : Object
             args += files.index(i).vname; // full path?
         }
          
-        return this.git(args, env);
+        return this.git(args);
     }
     
     /**