From c48ea3acb853520a94db021705eceba66c6b8ca9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 11:47:53 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index f75b4df4..36de0712 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -178,7 +178,7 @@ public class GitRepo : Object public bool is_master_branch() { - return this.currentBranch.name == "master"; + return this.currentBranch.name == "master" || this.currentBranch.name == "roojs"; } -- 2.39.2