diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-06-11 09:03:20 -0700 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-06-11 09:03:20 -0700 |
commit | 176b04a81242ff9aa6bf62a26a57d0b5b07f9467 (patch) | |
tree | 9bfbd3fa5492841dec33e744aa0afb3e87e10218 /tox.ini | |
parent | c346788194770c636c50af462b26000e81fc59c4 (diff) | |
download | ansible-176b04a81242ff9aa6bf62a26a57d0b5b07f9467.tar.gz |
Correct typo
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,5 +27,5 @@ whitelist_externals = make commands = python -m compileall -fq -x 'lib/ansible/module_utils' lib make tests -deps = -r-r{toxinidir}/test-requirements.txt +deps = -r{toxinidir}/test-requirements.txt whitelist_externals = make |