2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-25 20:43:40 +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
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/ash #!/bin/bash
# exit when any command fails # exit when any command fails
set -e set -e