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 c8970df..4ff430c 100644 --- a/findNext.go +++ b/findNext.go @@ -51,7 +51,7 @@ func findNext() bool { if !check.ParseGoSum() { continue } - if me.forge.FinalGoDepsCheckOk(check) { + if me.forge.FinalGoDepsCheckOk(check, false) { setCurrentRepo(check, "should be good to release", "pretty sure") return true } |
