diff --git a/pre_build_hook b/pre_build_hook index 028855d..1d054c3 100755 --- a/pre_build_hook +++ b/pre_build_hook @@ -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