summaryrefslogtreecommitdiff
path: root/doRedoGoMod.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 06:36:00 -0600
committerJeff Carr <[email protected]>2024-12-17 06:36:00 -0600
commit36073faed5babe12a4f1a34e7e74fe52516b8861 (patch)
treee916ea5753a670a02b9b0be3fb9228a6a7e3e86f /doRedoGoMod.go
parentac029ee52ce434adaf88f13fa6e45f9b3d30c275 (diff)
lots of changes here and in gitpb
Diffstat (limited to 'doRedoGoMod.go')
-rw-r--r--doRedoGoMod.go2
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 {