From c8922b85d76da75794f194b2d0b83f5094045e95 Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar Date: Wed, 8 Aug 2018 19:01:11 +0100 Subject: [PATCH] fixed extra line at the bottom of the master template --- templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 113f434..7d4b4b2 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -52,4 +52,4 @@ services: {% endif %} {% endif %} -{% endfor %} +{% endfor %} \ No newline at end of file