From d771421e93d0b7baf2835d61239b8f8f8d4e17aa Mon Sep 17 00:00:00 2001 From: Dan Ankers Date: Sat, 29 Jun 2024 13:42:19 +0100 Subject: [PATCH] Missing endif --- juniper-macros.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/juniper-macros.j2 b/juniper-macros.j2 index ff4fda1..1b620b3 100644 --- a/juniper-macros.j2 +++ b/juniper-macros.j2 @@ -157,6 +157,7 @@ chassis { } {% endfor %} {% endif %} +{% endif %} {% endif %} } {%- endmacro %}