Merge pull request #71345 from ClickHouse/vdimir/fix-doc

check-doc-aspell: Print full path to script in CI report
This commit is contained in:
Vladimir Cherkasov 2024-11-01 11:35:20 +00:00 committed by GitHub
commit ea806b05a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ done
if (( STATUS != 0 )); then
echo "====== Errors found ======"
echo "To exclude some words add them to the dictionary file \"${ASPELL_IGNORE_PATH}/aspell-dict.txt\""
echo "You can also run ${0} -i to see the errors interactively and fix them or add to the dictionary file"
echo "You can also run '$(realpath --relative-base=${ROOT_PATH} ${0}) -i' to see the errors interactively and fix them or add to the dictionary file"
fi
exit ${STATUS}