summaryrefslogtreecommitdiff
path: root/goSrcScan.go
diff options
context:
space:
mode:
Diffstat (limited to 'goSrcScan.go')
-rw-r--r--goSrcScan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goSrcScan.go b/goSrcScan.go
index a934b15..fd61b47 100644
--- a/goSrcScan.go
+++ b/goSrcScan.go
@@ -177,7 +177,7 @@ func (f *Forge) RillRedoGoMod() int {
log.Printf("%10s %-50s", "why am I in RillRedoGoMod? old?", repo.GetGoPath())
continue
}
- all = append(all, repo)
+ f.Repos.Append(repo)
}
// Convert a slice of user IDs into a channel
ids := rill.FromSlice(all, nil)