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

index e9a2cb1..2c406dd 100644 (file)
@@ -176,7 +176,7 @@ public class GitRepo : Object
        var r = this.git({ "remote" , "get-url" , "--push" , "origin"});
        var uri = new Soup.URI(r);      
        this.host = uri.get_host();
-
+               this.init_config();
        
        this.loadBranches();
        this.loadActiveTicket();