diff --git a/deploy.sh b/deploy.sh index ab4f5a6..f9a8a75 100644 --- a/deploy.sh +++ b/deploy.sh @@ -344,10 +344,10 @@ fi # if [ "$vOPT" = "true" ]; then if [ "$VERSION" = "" ]; then - VERSION="\'2.11.1\'" + VERSION="'2.11.1'" fi else - VERSION="\'2.11.1\'" + VERSION="'2.11.1'" fi # if [ "$STATIC_URL" = "" ]; then