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 }}