diff --git a/scripts/mirror-k8s-repos.sh b/scripts/mirror-k8s-repos.sh index 6db0e5a6..99835cf8 100755 --- a/scripts/mirror-k8s-repos.sh +++ b/scripts/mirror-k8s-repos.sh @@ -15,7 +15,7 @@ get_all_tgzs() { pushd mirror/ for tgz in $tgzs; do if [ ! -f "${tgz##*/}" ]; then - wget $tgz + wget $repo_url/$tgz fi done popd