wasn't reloading versions

This commit is contained in:
Jeff Carr 2024-12-17 23:01:02 -06:00
parent 272f965eec
commit 24c96ccaa7
1 changed files with 1 additions and 1 deletions

View File

@ -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
}