GitRepo.vala
[gitlive] / 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");
                }
+               
     
     }