MINOR: release-estimator: fix the shebang of the python script
Fix the shebang of the python script to use /usr/bin/env, allowing to call the script directly from a virtualenv with `./release-estimator.py` without using the python3 install of the system.
This commit is contained in:
parent
5131f32440
commit
f14bdba867
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Release estimator for HAProxy
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user