We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57e321 commit eed6aaaCopy full SHA for eed6aaa
1 file changed
report/report.go
@@ -97,7 +97,7 @@ func Status(n note.CommitNote, options OutputOptions, projPath ...string) (strin
97
return b.String(), nil
98
}
99
100
-// CommitSummry returns the commit summary report
+// CommitSummary returns the commit summary report
101
func CommitSummary(projects []ProjectCommits, options OutputOptions) (string, error) {
102
notes := options.limitNotes(retrieveNotes(projects, options.TerminalOff, "Mon Jan 02"))
103
if len(notes) == 0 {
0 commit comments