Fix python shebang
The current shebang requires /usr/bin/python which is not available in Ubuntu Jammy by default. Change-Id: I7e8bff6da0a71216426985d3fa6fd5f30b853e2c
This commit is contained in:
parent
f957f6fccc
commit
1d2a6d7d32
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
# a copy of the License at
|
||||
|
Loading…
Reference in New Issue
Block a user