Skip to content

Commit 4099cde

Browse files
Update verify-toc.sh
1 parent 9d63597 commit 4099cde

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)