Skip to content

Commit c28f8a5

Browse files
authored
Merge pull request #3735 from LiorLieberman/patch-1
Update verify-toc.sh
2 parents c884044 + 4099cde commit c28f8a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/verify-toc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ echo "Checking table of contents are up to date..."
4747
find keps -name '*.md' \
4848
| grep -Fxvf hack/.notableofcontents \
4949
| xargs mdtoc --inplace --max-depth=5 --dryrun || (
50-
echo "Table of content not up to date. If this failed silently and you are on mac, try 'brew install grep'"
50+
echo "Table of content not up to date. Did you run 'make update-toc' ?"
51+
echo "If this failed silently and you are on mac, try 'brew install grep'"
5152
exit 1
5253
)

0 commit comments

Comments
 (0)