From: Alan Knowles Date: Wed, 19 Dec 2018 04:02:19 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=e9bfc5c2e6b59453edfbedc3f72e091236323fcd GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index e02ae7b5..01fa84db 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -193,8 +193,9 @@ public class GitRepo : Object { // managed = if (this.get_config("managed") == "") { - this.set_config("managed", this.host != "git.roojs.com" ? "1" : "0"; + this.set_config("managed", this.host != "git.roojs.com" ? "1" : "0"); } + }