We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5da72be + c30d044 commit 71942f0Copy full SHA for 71942f0
scripts/core-testing.sh
@@ -19,7 +19,7 @@ REPO_NAME="plugwise"
19
#
20
# Github flows are run against both 'dev' and 'master'
21
core_branch="master"
22
-if [ "x${BRANCH}" != "x" ]; then
+if [ "${BRANCH}" != "" ]; then
23
core_branch="${BRANCH}"
24
fi
25
echo -e "${CINFO}Working on HA-core branch ${core_branch}${CNORM}"
0 commit comments