diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 06:36:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 06:36:28 -0600 |
| commit | 5d232293a002cc4b5bcb949a0e329337ab4e90b4 (patch) | |
| tree | e5f7422210227239f04601b6f76f9a78ca442a60 /newRepo.go | |
| parent | 1d124c7dbfdfd9bc4cb82f74b4883791c9f185b8 (diff) | |
lots of cleanups
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("") |
