Fix typo in tox.ini

It really needs to be two "-"s.

Change-Id: Ia123f054c5968e0862a5df3f0204bba479ddfcc6
This commit is contained in:
Andreas Jaeger 2014-04-21 20:34:24 +02:00
parent db9805ac53
commit 38811d589a
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ commands = openstack-doc-test --check-build --only-book v2.0 {posargs}
[testenv:publishdocs]
# Prepare all documents so that they can get published on
# docs.openstack.org with just copying publish-docs/* over.
commands = openstack-doc-test --check-build --publish -only-book v2.0
commands = openstack-doc-test --check-build --publish --only-book v2.0