From c8a2518b31e091380d468e4e2d19959267b03730 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Sat, 28 Oct 2023 13:14:43 -0400 Subject: [PATCH] Replace tabs with spaces --- 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 13c7ded..f5db8f0 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -5,7 +5,7 @@ services: {% if container.active %} {{ container.service_name }}:{% if container.anchor is defined %} &{{ container.anchor }}{% endif %} {% if container.fragment is defined %} - <<: *{{ container.fragment }} + <<: *{{ container.fragment }} {% else %} image: {{ container.image }} {% endif %}