Skip to content

Commit a63e5cb

Browse files
committed
Minor change to logging
1 parent 7af8d98 commit a63e5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func IsDocument(path string) bool {
196196
for _, element := range documentExtensions {
197197
if strings.HasSuffix(path, element) {
198198
if !didPrintDocumentsMsg {
199-
log.Info("\tIgnoring documents (such as `.pdf`, `.docx`)")
199+
log.Info("\tIgnoring documents (such as `.pdf`, `.docx`, `.md`)")
200200
didPrintDocumentsMsg = true
201201
}
202202

0 commit comments

Comments
 (0)