From 051847001f78f0da7b9154d81634c99453eab590 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Fri, 2 Sep 2022 10:07:15 -0400 Subject: [PATCH] Fix typo --- 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 30c029b..49ffa08 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -20,7 +20,7 @@ services: {% endif %} {% if container.user is defined %} user: {{ container.user }} -{$ endif %} +{% endif %} {% if container.privileged is defined %} privileged: {{ container.privileged }} {% endif %}