We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a5a9e + 15df197 commit c4fa88dCopy full SHA for c4fa88d
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