Skip to content

Commit 642038c

Browse files
committed
Redirect stream
1 parent b95520c commit 642038c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/git/hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ run_lint() {
7979
# Lint Markdown files...
8080
files=$(echo "${changed_files}" | grep '\.md$' | tr '\n' ' ')
8181
if [[ -n "${files}" ]]; then
82-
make FILES="${files}" lint-markdown-files > /dev/null
82+
make FILES="${files}" lint-markdown-files > /dev/null >&2
8383
if [[ "$?" -ne 0 ]]; then
8484
echo '' >&2
8585
echo 'Markdown lint errors.' >&2

0 commit comments

Comments
 (0)