Fix python shebang
The current shebang requires /usr/bin/python which is not available in Ubuntu Jammy by default. Change-Id: Id2a0ce9502cb86867ecd4613f2e6c1b3ccf54786
This commit is contained in:
parent
eb407792aa
commit
f36830bd32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user