| commit | 620876d083aa80baac17f51101049244079fa87a | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 08 09:40:09 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 08 09:40:09 2017 -0500 |
| tree | 98deff6a29fee41151c59641e8b9cd1f9cedd179 | |
| parent | 83bcdfbc7e77aa521d28332faa2cbbdd7cbad42a [diff] |
updated template
diff --git a/templates/pip.conf.j2 b/templates/pip.conf.j2 index f74c362..688cd15 100644 --- a/templates/pip.conf.j2 +++ b/templates/pip.conf.j2
@@ -4,5 +4,5 @@ proxy = {{ http_proxy }} {% endif %} {% if pip_trusted_hosts is defined %} -trusted-hosts = {{ pip_trusted_hosts }} +trusted-host = {{ pip_trusted_hosts }} {% endif %} \ No newline at end of file