summaryrefslogtreecommitdiff
path: root/tableReposDefault.go
diff options
context:
space:
mode:
Diffstat (limited to 'tableReposDefault.go')
-rw-r--r--tableReposDefault.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tableReposDefault.go b/tableReposDefault.go
index 637d4a2..d7fe459 100644
--- a/tableReposDefault.go
+++ b/tableReposDefault.go
@@ -3,7 +3,7 @@
package gitpb
import (
- "go.wit.com/lib/gui/shell"
+ "go.wit.com/lib/cobol"
"go.wit.com/log"
)
@@ -45,9 +45,9 @@ func (pb *Repos) MakeDefaultTB() *ReposTable {
return ""
}
dur := r.NewestAge()
- return shell.FormatDuration(dur)
+ return cobol.FormatDuration(dur)
})
- col.Width = 3
+ col.Width = 5
col = t.AddStringFunc("user", func(r *Repo) string {
ver := r.GetUserVersion()