diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 12:49:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 12:49:07 -0600 |
| commit | c275e762c6aeb68b300a41aa8bb4a65b22233867 (patch) | |
| tree | 786bf7bf8f0df387f147893d9bfcf5d014cebb88 /findNext.go | |
| parent | d6ecd246e0a97fd75ca4b0dcf465c50157be9708 (diff) | |
protobuf changes
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 } |
