From 0354e5a4a0890b75f74248a2c5869b3e6ca028ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 13 Nov 2024 18:13:20 -0600 Subject: old whitelist removed --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 05f2da3..560bb89 100644 --- a/main.go +++ b/main.go @@ -151,7 +151,7 @@ func setAllBranchesToMaster() bool { if repo.IsDirty() { continue } - if whitelist(repo.GoPath()) { + if repo.Status.Whitelist { continue } if repo.Status.CheckoutMaster() { -- cgit v1.2.3