From e44d4b7ec0b335eb39c292dcbdab0be68e9e8819 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 28 Apr 2025 12:59:02 -0400 Subject: [PATCH] Update .github/release-notes.sh --- .github/release-notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-notes.sh b/.github/release-notes.sh index 558f06030..3fe3f6b17 100755 --- a/.github/release-notes.sh +++ b/.github/release-notes.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # SC2002 disables "useless cat" warnings. # I prefer pipelines that start with an explicit input, and go from there.