fix(aa-log): profile template.

This commit is contained in:
Alexandre Pujol 2023-08-22 22:59:12 +01:00
parent f4ba16861f
commit 5516eef952
Failed to generate hash of commit

View file

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