GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:02:25 +0000 (12:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:02:25 +0000 (12:02 +0800)
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()