mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
Merge pull request #465 from t-woerner/gen_module_docs_fix_covsvan_findings
utils/gen_modules_docs.sh: Fix covscan findings
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
for i in roles/ipa*/*/*.py; do
|
for i in roles/ipa*/*/*.py; do
|
||||||
python utils/gen_module_docs.py $i
|
python utils/gen_module_docs.py $i
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user