fixes for new gitpb

This commit is contained in:
Jeff Carr 2024-12-17 07:03:27 -06:00
parent 3300be8371
commit 572a5f37a6
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ func readRepomap() {
giturl := fields[1]
repoMap[gopath] = giturl
repo := forge.Repos.FindByGoPath(gopath)
repo := forge.Repos.FindByFullPath(gopath)
if repo != nil {
version := repo.GetLastTag()
age := repo.NewestAge()