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()) {
|
if f.Config.IsReadOnly(repo.GetGoPath()) {
|
||||||
repo.ReadOnly = true
|
repo.ReadOnly = true
|
||||||
}
|
}
|
||||||
repo.InitVersions()
|
repo.Reload()
|
||||||
return repo, nil
|
return repo, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue