1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Update .github/release-notes.sh

This commit is contained in:
Graham Christensen 2025-04-28 12:59:02 -04:00 committed by GitHub
parent e2cce0e026
commit e44d4b7ec0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.