mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
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 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Release estimator for HAProxy
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue