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.
1 parent 11922dd commit 26ad3b2Copy full SHA for 26ad3b2
ci/spellcheck.sh
@@ -78,7 +78,7 @@ while read -r file; do
78
79
echo $TEXT_CONTENT_WITHOUT_METADATA >> after
80
81
- MISSPELLED=`echo "$TEXT_CONTENT_WITHOUT_METADATA" | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list | sort -u`
+ MISSPELLED=`echo "$TEXT_CONTENT_WITHOUT_METADATA" | aspell --lang=en --encoding=utf-8 --personal=./ci/.aspell.en.pws list | sort -u`
82
83
OUTPUT=""
84
0 commit comments