minor
This commit is contained in:
parent
5c08680b92
commit
92d5f6b92c
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue