Skip to content

Commit 88c5c4c

Browse files
committed
Bit of reformatting
1 parent a719774 commit 88c5c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tag_and_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ create_tag () {
1111

1212
PSIJ_VERSION=$(PYTHONPATH=./src python3 -c "import psij; print(psij.__version__)" 2>/dev/null)
1313

14-
then
14+
if [[ "$PSIJ_VERSION" == "$VERSION" ]]; then
1515
echo "Version requested matches package version: $VERSION"
1616
else
1717
echo "[ERROR] Version mismatch. User request: '$VERSION' while package version is: '$PSIJ_VERSION'"

0 commit comments

Comments
 (0)