2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 00:09:56 +00:00

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

View File

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