Merge pull request #260 from TouchInstinct/fix/api_generator_url

fix: api generator url
This commit is contained in:
Loupehope 2021-05-11 18:48:34 +03:00 committed by GitHub
commit 566bbe1801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ fi
mkdir -p ${OUTPUT_PATH}
# download api generator
readonly DOWNLOAD_URL="https://maven.dev.touchin.ru/ru/touchin/api-generator/api-generator/${VERSION}/${FILE_NAME}"
readonly DOWNLOAD_URL="https://maven.dev.touchin.ru/ru/touchin/api-generator/${VERSION}/${FILE_NAME}"
. build-scripts/xcode/aux_scripts/download_file.sh ${FILE_NAME} ${DOWNLOAD_URL}
# execute api generator