🐛 Fix: Correct absolute path for shebang in shell script

This commit is contained in:
Amine LOUHICHI
2025-01-02 22:10:24 +01:00
parent a754abafa8
commit caf37f0866
+1 -1
View File
@@ -1,4 +1,4 @@
#!bin/bash
#!/bin/bash
# get current branch
branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,')