mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-28 10:24:47 +00:00
linters: Fix shellcheck warnings in 'utils' scripts.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in roles/ipa*/*/*.py; do
|
||||
python utils/gen_module_docs.py $i
|
||||
python utils/gen_module_docs.py "$i"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user