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

index 3fb759c..7c3b240 100644 (file)
@@ -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...
        }