Skip to content

Commit 1522ac8

Browse files
devinleeeTim Bannister
andauthored
Update scripts/verify-spelling.sh
Co-authored-by: Tim Bannister <[email protected]>
1 parent 42780f3 commit 1522ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify-spelling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ failing_packages=$(sed "s| | -e |g" "${skipping_file}")
7171
git ls-files -z | grep --null-data "^content/${LANGUAGE}" | grep --null-data -v -e "${failing_packages}" | xargs -0 -r misspell > "${ERROR_LOG}"
7272
if [[ -s "${ERROR_LOG}" ]]; then
7373
sed 's/^/error: /' "${ERROR_LOG}" # add 'error' to each line to highlight in e2e status
74-
echo "Found spelling errors!"
74+
echo "Found spelling errors!" >&2
7575
RES=1
7676
fi
7777
exit "${RES}"

0 commit comments

Comments
 (0)