diff options
Diffstat (limited to 'doRedoGoMod.go')
| -rw-r--r-- | doRedoGoMod.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doRedoGoMod.go b/doRedoGoMod.go index c5d2304..a3cbf22 100644 --- a/doRedoGoMod.go +++ b/doRedoGoMod.go @@ -4,7 +4,7 @@ package main func doRedoGoMod() { // me.forge.RillRedoGoMod() - all := me.forge.Repos.SortByGoPath() + all := me.forge.Repos.SortByFullPath() for all.Scan() { repo := all.Next() if err := repo.ValidGoSum(); err == nil { |
