From 869dce388c1bb2b91b31b3558ac2662c742a8063 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Tue, 21 Feb 2023 01:11:24 -0700 Subject: [PATCH] Fix newline when printing AllNodes Fixes a bug in the debug template that was causing the next node to be printed on the same line as the last line of the previous node. Signed-off-by: Jonathon Anderson --- overlays/debug/warewulf/template-variables.md.ww | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/debug/warewulf/template-variables.md.ww b/overlays/debug/warewulf/template-variables.md.ww index 7b47d9e7..8c92c4f5 100644 --- a/overlays/debug/warewulf/template-variables.md.ww +++ b/overlays/debug/warewulf/template-variables.md.ww @@ -165,4 +165,4 @@ data from other structures. - Primary: {{ $netdev.Primary.Get }} - Tags: {{ range $key, $value := $netdev.Tags }}{{ $key }}={{ $value.Get }} {{ end }} {{- end }} -{{- end }} +{{ end }}