diff options
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findNext.go b/findNext.go index 225cd65..84730eb 100644 --- a/findNext.go +++ b/findNext.go @@ -31,7 +31,7 @@ func findNext() bool { } else { log.Info("findNext() update needed", check.GoPath, check.GetTargetVersion(), "vs", check.GetCurrentBranchVersion()) } - if me.forge.IsReadOnly(check) { + if me.forge.Config.IsReadOnly(check.GoPath) { log.Info("findNext() skipping readonly") continue } |
