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 de6365d..2990072 100644
--- a/findNext.go
+++ b/findNext.go
@@ -93,8 +93,8 @@ func findNext() bool {
} else {
if err := testGoDepsCheckOk(godepsNew, argv.Verbose); err != nil {
log.Info("CHECKING current repo deps failed", err)
+ continue
}
- continue
}
/*
findCounter += 1