Missing semicolon

This commit is contained in:
Gene Hoffman 2020-04-05 13:51:47 -07:00
parent 1f97b4dd3d
commit ebd828cccc
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ fi
. ./activate
# pip 20.x+ supports Linux binary wheels
pip install --upgrade pip
if [ $LINUX ] then
if [ $LINUX ]; then
# Linux binary wheels
pip install -i https://hosted.chia.net/simple/ miniupnpc==0.1.dev5 setproctitle==1.1.10 cbor2==5.0.1
fi