mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
utils/gen_modules_docs.sh: Fix covscan findings
error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in roles/ipa*/*/*.py; do
|
||||
python utils/gen_module_docs.py $i
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user