GitRepo.vala
[gitlive] / GitRepo.vala
index 01fa84d..36dca8a 100644 (file)
@@ -202,10 +202,10 @@ public class GitRepo : Object
     
     
     public string get_config(string key) {
-       return this.git({ "config" , "gitlive." + key);
+       return this.git({ "config" , "gitlive." + key });
        }
     public string set_config(string key, string value) {
-       return this.git({ "config" , "gitlive." + key, value);
+       return this.git({ "config" , "gitlive." + key, value });
        }
     
     public bool is_managed()