diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 17:43:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 17:43:22 -0500 |
| commit | c42d76b89fbd4077a5895a8fe04f69350ea890a0 (patch) | |
| tree | 5e362755b9664ffc0990dfa9dfae0ea54bb5ac97 /tablePull.go | |
| parent | c3433e0556d4441f1e81f171a924d38c0e14ce4c (diff) | |
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 { |
