Fixed typo in shebang interpreter directive (#10952)

This commit is contained in:
Tyler Tracy 2025-12-03 18:03:56 -06:00 committed by GitHub
parent 8715935bb9
commit 2ffc2cb9fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/ash
#!/bin/bash
# exit when any command fails
set -e