fix double slash because it is not working with s3 repo

Change-Id: I60c774242c1da98941463c51e01e4acca697d0b1
This commit is contained in:
alexey-mr 2016-06-30 15:37:46 +03:00
parent 19cfddd40a
commit 9b8a9876fb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ do
do
if [[ ! -f "$destination/$p" || ! -z "${FORCE_DOWNLOAD+x}" ]]
then
wget -P "$destination/" "$repo_url/$i/$p"
wget -P "$destination/" "$repo_url$i/$p"
fi
done
done