diff options
Diffstat (limited to 'tablePull.go')
| -rw-r--r-- | tablePull.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tablePull.go b/tablePull.go index 62b69c3..a35ccc5 100644 --- a/tablePull.go +++ b/tablePull.go @@ -12,7 +12,7 @@ import ( func (f *Forge) PrintPullTable(pb *gitpb.Repos) string { tablePB := f.makePullTable(pb) tablePB.PrintTable() - return log.Sprintf("fpb.PullTable: %d repos\n", pb.Len()) + return log.Sprintf("fpb.PullTable: %d repos", pb.Len()) } func (f *Forge) makePullTable(pb *gitpb.Repos) *gitpb.ReposTable { |
