From 7ab14da9d32dc46238a827bd2a29b38008de5268 Mon Sep 17 00:00:00 2001 From: Tiago Bueno <49003339+tlbueno@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:19:16 -0300 Subject: [PATCH] fix bootstrap format --- templates/artemis/bootstrap.xml.jinja2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/artemis/bootstrap.xml.jinja2 b/templates/artemis/bootstrap.xml.jinja2 index a9475aa..d7c51ca 100644 --- a/templates/artemis/bootstrap.xml.jinja2 +++ b/templates/artemis/bootstrap.xml.jinja2 @@ -18,12 +18,10 @@ {% set protocol = bootstrap_xml.web.bind.protocol %} {% set address = bootstrap_xml.web.bind.address %} {% set port = bootstrap_xml.web.bind.port %} - - + {% for app in bootstrap_xml.web.apps %} {% endfor %} -