From 858b282ec9dbd5e065c52cb0000d02eaffeda8f6 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Thu, 11 Jan 2024 16:50:32 +0000 Subject: [PATCH] Add missing endfor --- juniper-macros.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/juniper-macros.j2 b/juniper-macros.j2 index 127916e..f6d23cb 100644 --- a/juniper-macros.j2 +++ b/juniper-macros.j2 @@ -179,6 +179,7 @@ snmp { {% if loop.last %} } {% endif %} +{% endfor %} } } {- endmacro %}