Skip to content

Commit 26ad3b2

Browse files
committed
properly use spellcheck file
1 parent 11922dd commit 26ad3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/spellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ while read -r file; do
7878

7979
echo $TEXT_CONTENT_WITHOUT_METADATA >> after
8080

81-
MISSPELLED=`echo "$TEXT_CONTENT_WITHOUT_METADATA" | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list | sort -u`
81+
MISSPELLED=`echo "$TEXT_CONTENT_WITHOUT_METADATA" | aspell --lang=en --encoding=utf-8 --personal=./ci/.aspell.en.pws list | sort -u`
8282

8383
OUTPUT=""
8484

0 commit comments

Comments
 (0)