2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-20 03:03:30 +00:00

Fixed typo in shebang interpreter directive (#10952) (#10953)

(cherry picked from commit 2ffc2cb9fc)

Co-authored-by: Tyler Tracy <tylertracy@gmail.com>
This commit is contained in:
github-actions[bot]
2025-12-04 12:10:09 +11:00
committed by GitHub
parent 1a8287824b
commit 66b71c1f2e

View File

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