Try to run markdown-toc on Windows again (???)

This commit is contained in:
Dan Buch 2016-06-23 09:42:02 -04:00
parent 2455dd1f29
commit 1a9f445800
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -65,7 +65,7 @@ def _vet():
def _toc(): def _toc():
_run('node_modules/.bin/markdown-toc -i README.md') _run('bash node_modules/.bin/markdown-toc -i README.md')
_run('git diff --quiet') _run('git diff --quiet')