X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitRepo.vala;h=01fa84dbb5c69f02fcd8563063b8be26648d0e2b;hp=e02ae7b50aa34c667263c68e804a93a384afb55f;hb=e9bfc5c2e6b59453edfbedc3f72e091236323fcd;hpb=f60162b65b78eb68ef4193a8d83516ce0280c5ad 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"); } + }