Skip to content

Commit 71942f0

Browse files
authored
Merge pull request #910 from plugwise/shellcheck
Shellcheck
2 parents 5da72be + c30d044 commit 71942f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REPO_NAME="plugwise"
1919
#
2020
# Github flows are run against both 'dev' and 'master'
2121
core_branch="master"
22-
if [ "x${BRANCH}" != "x" ]; then
22+
if [ "${BRANCH}" != "" ]; then
2323
core_branch="${BRANCH}"
2424
fi
2525
echo -e "${CINFO}Working on HA-core branch ${core_branch}${CNORM}"

0 commit comments

Comments
 (0)