We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72867b7 commit 15df197Copy full SHA for 15df197
1 file changed
commit
@@ -1,4 +1,4 @@
1
-#!/usr/bin/bash
+#!/usr/bin/env bash
2
echo 'Running commit script'
3
CURRENT_BRANCH_CMD="git rev-parse --abbrev-ref HEAD"
4
CURRENT_BRANCH=$(eval $CURRENT_BRANCH_CMD)
0 commit comments