Skip to content

Commit 5864b7c

Browse files
authored
🔀 Merge pull request #986 from aminelch/dev
🐛 Fix: Correct absolute path for shebang in shell script
2 parents ecfc769 + 030dc91 commit 5864b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bin/bash
1+
#!/bin/bash
22

33
# get current branch
44
branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,')

0 commit comments

Comments
 (0)