Update shebang for Python 3 script
The feature-flags.py script uses pathlib which is only supported in Python 3. Update shebang to ensure it is run with the correct interpreter. Change-Id: I69ea0c90f68909399709626bddfc418e9df31acc
This commit is contained in:
parent
84f98f4c04
commit
7d4d48b1c4
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Usage: run this script and copy the output to etc/kayobe/kolla.yml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user