mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
Fix shebang so sanity tests pass
This commit is contained in:
parent
1f0cc54ec7
commit
a1b148d190
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# To run this script, first make webdocs in the toplevel of the checkout. This will generate all
|
# To run this script, first make webdocs in the toplevel of the checkout. This will generate all
|
||||||
# rst files from their sources. Then run this script ./docs/bin/find-plugin-refs.py
|
# rst files from their sources. Then run this script ./docs/bin/find-plugin-refs.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue