diff --git a/metadata/fix-standard-urls-to-use-https.sh b/tools/urls-https.sh similarity index 96% rename from metadata/fix-standard-urls-to-use-https.sh rename to tools/urls-https.sh index 310acca012..df2e9e2f4c 100755 --- a/metadata/fix-standard-urls-to-use-https.sh +++ b/tools/urls-https.sh @@ -6,7 +6,7 @@ # alternate, backup method of verifying the download, but also greatly reduces # meta data leaks. -for f in *.txt; do +for f in metadata/*.txt; do printf `echo $f | cut -b1` sed -i 's,http://dl.google.com,https://dl.google.com,g' $f sed -i 's,http://pypi,https://pypi,g' $f