diff options
Diffstat (limited to 'newRepo.go')
| -rw-r--r-- | newRepo.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,10 +82,10 @@ func (r *RepoList) AddRepo(pb *gitpb.Repo) (*RepoRow, error) { newRepo.pb = pb newRepo.Status.InitOk = false - newRepo.pLabel = r.reposgrid.NewLabel(pb.GoPath).SetProgName("path") + newRepo.pLabel = r.reposgrid.NewLabel(pb.GetGoPath()).SetProgName("path") newRepo.hidden = false - r.allrepos[pb.GoPath] = newRepo + r.allrepos[pb.GetGoPath()] = newRepo // newRepo.NewScan() newRepo.lastTag = r.reposgrid.NewLabel("") |
