diff options
| author | Jeff Carr <[email protected]> | 2025-10-09 06:30:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-09 06:30:12 -0500 |
| commit | 91f1735cfaa23cd1b496459cf1aae36212def528 (patch) | |
| tree | 2daa9e0fd36d0f97c04d8ce0fa8bb0f82332d9b3 /tableDefault.go | |
| parent | 281f8b5289b906a45a9c101e59c0de04e539ecf5 (diff) | |
duh
Diffstat (limited to 'tableDefault.go')
| -rw-r--r-- | tableDefault.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableDefault.go b/tableDefault.go index 5c2d3e9..17611b8 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -34,7 +34,7 @@ func (f *Forge) PrintDefaultTB(pb *gitpb.Repos) string { writable += 1 } } - return log.Sprintf("f.DefaultRepos: total=(%d) dirty=(%d) writable=(%d) binaries=(%d) protobufs(%d)\n", pb.Len(), dirty, writable, bins, protos) + return log.Sprintf("f.DefaultRepos: total=(%d) dirty=(%d) writable=(%d) binaries=(%d) protobufs(%d)", pb.Len(), dirty, writable, bins, protos) } func (f *Forge) getRepoType(repo *gitpb.Repo) string { |
