Commit d67f6a9f authored by Łukasz Nowak's avatar Łukasz Nowak

Typo.

parent 1fa2019b
......@@ -94,7 +94,7 @@ class Eggs(object):
('__networkcache__upload-cache-url', 'upload_cache_url'),
('__networkcache__upload-dir-url', 'upload_dir_url')):
if option_key in b_options:
kw[kw_key] = b_options['option_key']
kw[kw_key] = b_options[option_key]
ws = zc.buildout.easy_install.install(
distributions, options['eggs-directory'],
......
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