summaryrefslogtreecommitdiff
path: root/repomap.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 02:50:47 -0500
committerJeff Carr <[email protected]>2025-10-07 02:56:51 -0500
commitd94bfac9bfe8f4a22a1d1cc2840746e3c873fd89 (patch)
tree7eb1747c5984fbb647653ffb3ac9b0a1964b3bf0 /repomap.go
parent788ae4172adb096cb3313a925b9e4ccc49d4b5a7 (diff)
start making this dynamicv0.22.127v0.22.126v0.22.125v0.22.124
Diffstat (limited to 'repomap.go')
-rw-r--r--repomap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repomap.go b/repomap.go
index 0fa5d18..140d41b 100644
--- a/repomap.go
+++ b/repomap.go
@@ -65,7 +65,7 @@ func readRepomap() {
giturl := fields[1]
repoMap[gopath] = giturl
- repo := forge.FindByGoPath(gopath)
+ repo := me.forge.FindByGoPath(gopath)
if repo != nil {
gitMap[gopath] = repo
} else {