fix(scripts/check_unstaged.sh): modify shebang (#19419)

This commit is contained in:
Cian Johnston
2025-08-19 19:24:20 +01:00
committed by GitHub
parent f2ee89c36a
commit c978ab99b5
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
# shellcheck source=scripts/lib.sh