]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
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

index e113bffcbd77fa7c6a4f7d3a098375472b4cdfba..946fcc8f35d337571903424623c657583ba04d45 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Release estimator for HAProxy
 #