diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 10:42:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 10:42:49 -0600 |
| commit | 6ee304e830b529dc815b3283192f3bab287371ea (patch) | |
| tree | cd5a0a751791b2d129936bd86af32ae18cf56311 /repoview.go | |
| parent | 935767fde1842c9e39c1b0d0f26138ac7ddca030 (diff) | |
attempt to set repo.Publishedv0.22.23
Diffstat (limited to 'repoview.go')
| -rw-r--r-- | repoview.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/repoview.go b/repoview.go index 59d76ec..2bc32c6 100644 --- a/repoview.go +++ b/repoview.go @@ -68,12 +68,12 @@ func makeRepoView() *repoWindow { r.View.ScanRepositories() /* - r.View = repolist.GuireleaserView(r.box) + r.View = repolist.GuireleaserView(r.box) - showncount := r.View.MirrorShownCount() - box2.Append(showncount) - duration := r.View.MirrorScanDuration() - box2.Append(duration) + showncount := r.View.MirrorShownCount() + box2.Append(showncount) + duration := r.View.MirrorScanDuration() + box2.Append(duration) */ return r } |
