diff --git a/deploy.sh b/deploy.sh index f9a8a75..ab4f5a6 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