From f14bdba867ce80324439dde2ae9e2422ed1c0113 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 13 Aug 2024 17:26:36 +0200 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/release-estimator/release-estimator.py b/admin/release-estimator/release-estimator.py index e113bffcb..946fcc8f3 100755 --- a/admin/release-estimator/release-estimator.py +++ b/admin/release-estimator/release-estimator.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Release estimator for HAProxy #