🔀 Merge pull request #986 from aminelch/dev

🐛 Fix: Correct absolute path for shebang in shell script
This commit is contained in:
James Panther
2025-02-24 10:15:03 +11:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
#!bin/bash
#!/bin/bash
# get current branch
branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,')