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:
William Lallemand 2024-08-13 17:26:36 +02:00
parent 5131f32440
commit f14bdba867

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Release estimator for HAProxy
#