diff options
| -rw-r--r-- | tableDefault.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tableDefault.go b/tableDefault.go index a58f9e9..a8d4cac 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -3,7 +3,7 @@ package forgepb import ( - "go.wit.com/lib/gui/shell" + "go.wit.com/lib/cobol" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" ) @@ -72,9 +72,9 @@ func (f *Forge) makeDefaultTB(pb *gitpb.Repos) *gitpb.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 *gitpb.Repo) string { ver := r.GetUserVersion() |
