Skip to content

Commit 239ef1e

Browse files
committed
testing
1 parent ecd5642 commit 239ef1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-scripts/skm-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
# git clone --depth 1 --branch master $GIT_SKM_REPO "${INSTALL_PATH}"
4040

4141
# Check if testing (using develop or another branch other than master)
42-
BRANCH_NAME="$(git branch --show-current)"
42+
BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)"
4343
echo "Using $BRANCH_NAME branch.";
4444
echo $(git branch --show-current)
4545
if [[ "$BRANCH_NAME" == "master" ]]; then

0 commit comments

Comments
 (0)