From c056da40db4527c7ce3518f796432934ef349be8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 12:06:22 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index e9a2cb15..2c406dda 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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(); -- 2.39.2