From e9bfc5c2e6b59453edfbedc3f72e091236323fcd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 12:02:19 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); } + } -- 2.39.2