diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 01:15:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 01:15:17 -0600 |
| commit | b2e51ccb9efc326fda8615b1d2ad9f2ea3f16652 (patch) | |
| tree | 2c754b6fa07b76d4676498dd5de5bf75b2b509a6 /goSrcScan.go | |
| parent | 1369d2df3168426e450dd07314dcaf82dccf232c (diff) | |
improve Init()
Diffstat (limited to 'goSrcScan.go')
| -rw-r--r-- | goSrcScan.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/goSrcScan.go b/goSrcScan.go index f43aed1..67e6c32 100644 --- a/goSrcScan.go +++ b/goSrcScan.go @@ -163,7 +163,7 @@ func (f *Forge) RillRedoGoMod() int { tmp := f.Repos.SortByGoPath() for tmp.Scan() { repo := tmp.Next() - if !repo.IsValid() { + if !repo.IsValidDir() { log.Printf("%10s %-50s", "old?", repo.GetGoPath()) continue } |
