diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-02-11 21:29:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-11 21:29:01 +0000 |
commit | cacfe7b32bcd951a2bb173d8beab8cf22da67ac4 (patch) | |
tree | 128100ef660b370c610ab568ec92d52254e20dd2 | |
parent | 582c0436fb78854623608159b615d2b422c65149 (diff) | |
parent | 089ba21e63a969f602145948948e075998a15c36 (diff) |
Merge "[COMMON] Update words whitelist URL"
-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] |