This commit is contained in:
Jeff Carr 2024-12-03 15:16:28 -06:00
parent 5c08680b92
commit 92d5f6b92c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func checkoutDevel() bool {
count += 1 count += 1
// don't switch branches on readonly repos // don't switch branches on readonly repos
if me.forge.IsReadOnly(repo.GoPath()) { if me.forge.Config.IsReadOnly(repo.GoPath()) {
continue continue
} }
if repo.Status.CheckoutDevel() { if repo.Status.CheckoutDevel() {