Commit 07ab1c00 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Fix a typo that prevents uploading egg index.

parent b1a389e0
......@@ -211,7 +211,7 @@ class AllowHostsPackageIndex(setuptools.package_index.PackageIndex):
and getattr(f, 'code', None) != 404:
upload_index_network_cached(
nc.get('upload-dir-url'),
nc.get('upload-cacheurl'),
nc.get('upload-cache-url'),
url, base, requirement, page, logger,
nc.get('signature-private-key-file'),
nc.get('shacache-ca-file'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment