summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
Diffstat (limited to 'findNext.go')
-rw-r--r--findNext.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/findNext.go b/findNext.go
index e67b02a..c2dead1 100644
--- a/findNext.go
+++ b/findNext.go
@@ -46,7 +46,7 @@ func findNext() bool {
log.Info("boo, you didn't git clone", repo.GoPath())
return false
}
- if me.forge.FinalGoDepsCheck(check) {
+ if me.forge.FinalGoDepsCheckOk(check) {
setCurrentRepo(repo, "should be good to release", "pretty sure")
return true
}