diff options
| -rw-r--r-- | repoNew.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
