From 0a9d0b97a80b8fc05c1be01472f404d37e163c8d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 14 Dec 2018 01:29:31 +0100 Subject: [PATCH] fix typo --- templates/services/droneci-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/services/droneci-compose.yml.j2 b/templates/services/droneci-compose.yml.j2 index c39326c..4aeb787 100644 --- a/templates/services/droneci-compose.yml.j2 +++ b/templates/services/droneci-compose.yml.j2 @@ -15,7 +15,7 @@ services: {% endif %} {% if droneci_server_extra_hosts | default([]) %} extra_hosts: - {% for hosts in droneci_server_extra_hosts %} + {% for host in droneci_server_extra_hosts %} - {{ host | wrap }} {% endfor %} {% endif %}