We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c884044 + 4099cde commit c28f8a5Copy full SHA for c28f8a5
hack/verify-toc.sh
@@ -47,6 +47,7 @@ echo "Checking table of contents are up to date..."
47
find keps -name '*.md' \
48
| grep -Fxvf hack/.notableofcontents \
49
| 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'"
+ 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'"
52
exit 1
53
)
0 commit comments