From 92d5f6b92c007df86c537df68fbf9165ce60c5a3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 3 Dec 2024 15:16:28 -0600 Subject: [PATCH] minor --- checkout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout.go b/checkout.go index 0a082bb..94b9392 100644 --- a/checkout.go +++ b/checkout.go @@ -27,7 +27,7 @@ func checkoutDevel() bool { count += 1 // don't switch branches on readonly repos - if me.forge.IsReadOnly(repo.GoPath()) { + if me.forge.Config.IsReadOnly(repo.GoPath()) { continue } if repo.Status.CheckoutDevel() {