fixed an oopsie - missing "; then"
This commit is contained in:
parent
e571c0af0c
commit
721acce344
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue