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