From: Alan Knowles Date: Fri, 2 Nov 2018 04:12:08 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=7e5e00cd072a1763e31c6505560e5ce7f461f052 GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index ef8bf2b2..b460a903 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -163,8 +163,8 @@ public class GitRepo : Object var cache = GitRepo.singleton().cache; //Repo.superclass.constructor.call(this,cfg); - if ( !cache.has_key(path) ) { - cache.set( path, this); + if ( !cache.has_key(path) ) { + cache.set( path, this); } this.loadBranches(); }