fixed an oopsie - missing "; then"

This commit is contained in:
Vague Rabbit 2021-01-24 00:44:22 -08:00
parent e571c0af0c
commit 721acce344

View file

@ -215,7 +215,7 @@ if [ "$APIURI" = "" ]; then
APIURI="graphql" APIURI="graphql"
fi fi
if [ "$VERSION" = "" ] if [ "$VERSION" = "" ]; then
VERSION="2.11.1" VERSION="2.11.1"
fi fi