Skip to content

Commit f3d771a

Browse files
authored
Make the display of results easier to read (#87)
1 parent dfab9fa commit f3d771a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func runMain(dryRun bool, debug bool) {
110110
printBranches(getBranches(branches, deletedStates))
111111
fmt.Println()
112112

113-
fmt.Fprintf(color.Output, "%s\n", whiteBold("Not deleted branches"))
113+
fmt.Fprintf(color.Output, "%s\n", whiteBold("Branches not deleted"))
114114
printBranches(getBranches(branches, notDeletedStates))
115115
fmt.Println()
116116
}

0 commit comments

Comments
 (0)