diff options
Diffstat (limited to 'doDirty.go')
| -rw-r--r-- | doDirty.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -26,9 +26,7 @@ func straightCheckDirty() int { var count int // var total int // now := time.Now() - all := me.found.All() - for all.Scan() { - repo := all.Next() + for repo := range me.found.IterAll() { // total += 1 if repo.IsDirty() { count += 1 |
