From 8ca7eff4d2093742245daacc43e8e645507e2744 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 26 Mar 2026 15:50:31 +0100 Subject: [PATCH] gha-find: use more cross-platform shebang --- utils/gha-find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gha-find.py b/utils/gha-find.py index 8ceb1330..b307a2f6 100755 --- a/utils/gha-find.py +++ b/utils/gha-find.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Converted this: # $(which gh) search code --owner apache --language yaml --json repository,path --jq '.[] | .repository.nameWithOwner + " -- " + .path' $1 # To the below: