mysql: fix typo

This commit is contained in:
bigeagle 2016-08-05 10:58:35 +08:00
parent 5c58326fb8
commit b449df0b61

View File

@ -42,7 +42,7 @@ base_url="${BASE_URL}/apt/debian"
for version in ${DEBIAN_VERSIONS[@]}; do
for repo in ${MYSQL_APT_REPOS[@]}; do
for arch in "amd64" "i386"; do
apt-download-binary ${base_url} "$version" "$repo" "$arch" "${UBUNTU_PATH}" || true
apt-download-binary ${base_url} "$version" "$repo" "$arch" "${DEBIAN_PATH}" || true
done
done
done