Skip to content

Commit 12bbe83

Browse files
committed
[python-conprof] fix version script
1 parent 6e0434a commit 12bbe83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VERSION=""
88

99
echo "Previous tag is ${PREV_TAG}"
1010

11-
if [[ ${RELEASE_VERSION:-""} != ""]]; then
11+
if [[ ${RELEASE_VERSION:-""} != "" ]]; then
1212
if [[ ${RELEASE_VERSION} == "master" ]]; then
1313
VERSION=${PREV_TAG}
1414

0 commit comments

Comments
 (0)