summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndrew Laski <andrew@lascii.com>2016-07-06 15:08:57 -0400
committerAndrew Laski <andrew@lascii.com>2016-07-06 15:08:57 -0400
commit202340cebdf3d7801613cff4f21b3e4024cd5ac0 (patch)
tree87eee044ae0abe7768021372dfb19e2c8e32a48c /setup.cfg
parenta7a51bc1c99442a581998c9d1c28c9c55b0ac364 (diff)
downloadoslo-policy-202340cebdf3d7801613cff4f21b3e4024cd5ac0.tar.gz
Fix mispelled method name in setup.cfg
The oslopolicy-policy-generator script was configured to use a method named genarate_policy. Unfortunately that method does not exist but there is one called generate_policy. This fixes the mistake. Change-Id: I04125bb3305f695e156e901543393abfae527a09
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 63375bb..ed502d2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,7 +33,7 @@ oslo.config.opts =
console_scripts =
oslopolicy-checker = oslo_policy.shell:main
oslopolicy-sample-generator = oslo_policy.generator:generate_sample
- oslopolicy-policy-generator = oslo_policy.generator:genarate_policy
+ oslopolicy-policy-generator = oslo_policy.generator:generate_policy
oslopolicy-list-redundant = oslo_policy.generator:list_redundant
[build_sphinx]