From 5516eef952955b050a63c18986473079f46ca041 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Tue, 22 Aug 2023 22:59:12 +0100 Subject: [PATCH] fix(aa-log): profile template. --- pkg/aa/template.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/aa/template.j2 b/pkg/aa/template.j2 index 8d083e19..588f45a6 100644 --- a/pkg/aa/template.j2 +++ b/pkg/aa/template.j2 @@ -129,10 +129,10 @@ profile {{ .Name }}{{ " " }} {{- range .Options -}} {{ . }}{{ " " }} {{- end -}} - {{ ")" }} + {{ ") " }} {{- end -}} {{- if .Source -}} - {{ " " }}{{ .Source }} + {{ .Source }}{{ " " }} {{- end -}} {{- if .MountPoint -}} {{ "-> " }}{{ .MountPoint }} @@ -153,7 +153,7 @@ profile {{ .Name }}{{ " " }} {{- range .Options -}} {{ . }}{{ " " }} {{- end -}} - {{ ")" }} + {{ ") " }} {{- end -}} {{- if .MountPoint -}} {{ .MountPoint }} @@ -174,7 +174,7 @@ profile {{ .Name }}{{ " " }} {{- range .Options -}} {{ . }}{{ " " }} {{- end -}} - {{ ")" }} + {{ ") " }} {{- end -}} {{- if .Remount -}} {{ .Remount }}