Skip to content
Snippets Groups Projects
Commit 44852cc2 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[mirror] Fix minor typo in repo address

parent 2c30b848
No related branches found
No related tags found
No related merge requests found
Pipeline #34582 passed
......@@ -200,7 +200,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run):
repodata['packages'][p]['md5'])
else:
expected_hash = repodata['packages.conda'][p].get('sha256',
repodata['packages'][p]['md5'])
repodata['packages.conda'][p]['md5'])
# download package to file in our temporary directory
url = channel_url + '/' + arch + '/' + p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment