Skip to content

Commit c4fa88d

Browse files
authored
Merge pull request #4 from RobusGauli/change-shebang
2 parents a5a5a9e + 15df197 commit c4fa88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/usr/bin/env bash
22
echo 'Running commit script'
33
CURRENT_BRANCH_CMD="git rev-parse --abbrev-ref HEAD"
44
CURRENT_BRANCH=$(eval $CURRENT_BRANCH_CMD)

0 commit comments

Comments
 (0)