From: Alan Knowles Date: Wed, 19 Dec 2018 03:50:32 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=f6e97ec6e5f407f988d0cc71d9c80179b50b5145 GitRepo.vala --- 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)