Corrects tox.ini snippet to point to config file

Previously the code snippet for tox.ini genpolicy pointed to the output yaml
instead of the config file.

Change-Id: Ia575beabad06f081d4f68bff8fcf83566331f1d6
This commit is contained in:
jessegler 2019-03-13 18:16:39 -05:00
parent 0d12dff8aa
commit cebe29b2b8
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ If project ``foo`` uses tox, this makes it easier to create a specific tox
environment for generating sample configuration files in ``tox.ini``::
[testenv:genpolicy]
commands = oslopolicy-sample-generator --config-file etc/foo/policy.yaml.sample
commands = oslopolicy-sample-generator --config-file etc/foo/foo-policy-generator.conf
Changes to Enforcer Initialization
----------------------------------