We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d6215 commit 211322eCopy full SHA for 211322e
internal/cmd/root.go
@@ -474,7 +474,7 @@ func displayTableStats(stats *StatsCollector) {
474
return bold + color + s + reset
475
}
476
477
- head := fmt.Sprintf("│ %-*s │ %-*s │ %-*s │ %-*s │",
+ head := fmt.Sprintf("│ %-*s │ %*s │ %-*s │ %-*s │",
478
repoCol, colorizeBold("Repository", blue),
479
colWidths[1], colorizeBold("PRs Combined", blue),
480
colWidths[2], colorizeBold("Skipped", blue),
0 commit comments