]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: release-estimator: fix the shebang of the python script
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 13 Aug 2024 15:26:36 +0000 (17:26 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 13 Aug 2024 15:26:36 +0000 (17:26 +0200)
commitf14bdba867ce80324439dde2ae9e2422ed1c0113
treedfa3762b8e882fe78edbfc0f4a15bb744a84ffbf
parent5131f32440c19e2f3975beef7701433614afa166
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.
admin/release-estimator/release-estimator.py