fix(hooks): use portable shebang for NixOS compatibility

This commit is contained in:
diesel
2026-01-25 11:20:02 -08:00
committed by John Ogle
parent 6202d783c2
commit 9cac229023

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Block PRs by preventing pushes to arbitrary feature branches.
# Gas Town agents push to main (crew) or polecat/* branches (polecats).
# PRs are for external contributors only.