wasn't reloading versions
This commit is contained in:
parent
272f965eec
commit
24c96ccaa7
|
@ -22,7 +22,7 @@ func (f *Forge) NewGoRepo(gopath string, url string) (*gitpb.Repo, error) {
|
|||
if f.Config.IsReadOnly(repo.GetGoPath()) {
|
||||
repo.ReadOnly = true
|
||||
}
|
||||
repo.InitVersions()
|
||||
repo.Reload()
|
||||
return repo, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue