fixes for new gitpb
This commit is contained in:
parent
3300be8371
commit
572a5f37a6
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue