diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ deps = PyEnchant changedir={toxinidir}/docs commands = - wget -nv https://git.onap.org/doc/plain/docs/validwords.txt -O spelling_wordlist.txt + wget -nv https://git.onap.org/doc/plain/docs/spelling_wordlist.txt -O spelling_wordlist.txt sphinx-build -b spelling -d {envtmpdir}/doctrees . _build/spelling [testenv:gitlint] |