From f6e97ec6e5f407f988d0cc71d9c80179b50b5145 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 11:50:32 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index fb99d8f2..35df2bbe 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -229,7 +229,7 @@ public class GitRepo : Object } return false; - return FileUtils.test(this.gitdir + "/.gitlive-enable-auto-branch" , FileTest.EXISTS); + } public void set_auto_branch(bool val) -- 2.39.2