修复maven安装脚本无法安装的问题

pull/11/head
Zhang Peng 2019-10-12 17:53:49 +08:00
parent 254eb941f2
commit 1072e77e75
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if [[ $# -lt 1 ]] || [[ $# -lt 2 ]]; then
printf "${RESET}\n"
fi
version=3.6.0
version=3.6.2
if [[ -n $1 ]]; then
version=$1
fi