From: Alan Knowles Date: Wed, 19 Dec 2018 04:02:25 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=665284cd868b225f8d8876475898e36b3a722051 GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index 01fa84db..36dca8a3 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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()