GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:02:19 +0000 (12:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:02:19 +0000 (12:02 +0800)
GitRepo.vala

index e02ae7b..01fa84d 100644 (file)
@@ -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");
                }
+               
     
     }