Skip to content

Commit

Permalink
Fix default dictionary file paths
Browse files Browse the repository at this point in the history
carols10cents committed Dec 17, 2018
1 parent e7d52b9 commit a25d112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/spellcheck.sh
Original file line number Diff line number Diff line change
@@ -41,13 +41,13 @@ aspell --version

shopt -s nullglob

dict_filename=./dictionary.txt
dict_filename=./ci/dictionary.txt
markdown_sources=(./src/*.md)
mode="check"

# aspell repeatedly modifies personal dictionary for some purpose,
# so we should use a copy of our dictionary
dict_path="/tmp/$dict_filename"
dict_path="/tmp/dictionary.txt"

if [[ "$1" == "list" ]]; then
mode="list"

0 comments on commit a25d112

Please sign in to comment.