mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
Change shebang from python to python3 to avoid confusion with python2
This script is a python3 script.
This commit is contained in:
parent
0cbe258412
commit
29fc0f7742
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import yaml
|
||||
import os
|
||||
|
|
Loading…
Add table
Reference in a new issue