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