From: Alan Knowles Date: Wed, 19 Dec 2018 04:38:55 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=ff00eff3204fad96193a1c50893cfd9f5cef062e GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index 3fb759c9..7c3b2408 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -220,7 +220,6 @@ public class GitRepo : Object return ret; } catch (Error e) { this.config_cache.set(key, ""); - return ret; return ""; // happens when there is nothing set... }