summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tablePull.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tablePull.go b/tablePull.go
index a35ccc5..21ca560 100644
--- a/tablePull.go
+++ b/tablePull.go
@@ -3,7 +3,7 @@
package forgepb
import (
- "go.wit.com/lib/config"
+ "go.wit.com/lib/cobol"
"go.wit.com/lib/protobuf/gitpb"
"go.wit.com/log"
)
@@ -34,7 +34,7 @@ func (f *Forge) makePullTable(pb *gitpb.Repos) *gitpb.ReposTable {
return "*"
}
dur := r.NewestAge()
- return config.FormatDuration(dur)
+ return cobol.FormatDuration(dur)
})
col.Width = 3