Skip to content

Commit a0566e5

Browse files
authored
Remove extraneous error message during docscheck when searching for unused file type (#5698)
1 parent a084227 commit a0566e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docscheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
docs=$(ls website/docs/**/*.markdown website/docs/**/*.md)
3+
docs=$(ls website/docs/**/*.markdown)
44
error=false
55

66
for doc in $docs; do

0 commit comments

Comments
 (0)