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 -}} {{- range .Options -}}
{{ . }}{{ " " }} {{ . }}{{ " " }}
{{- end -}} {{- end -}}
{{ ")" }} {{ ") " }}
{{- end -}} {{- end -}}
{{- if .Source -}} {{- if .Source -}}
{{ " " }}{{ .Source }} {{ .Source }}{{ " " }}
{{- end -}} {{- end -}}
{{- if .MountPoint -}} {{- if .MountPoint -}}
{{ "-> " }}{{ .MountPoint }} {{ "-> " }}{{ .MountPoint }}
@ -153,7 +153,7 @@ profile {{ .Name }}{{ " " }}
{{- range .Options -}} {{- range .Options -}}
{{ . }}{{ " " }} {{ . }}{{ " " }}
{{- end -}} {{- end -}}
{{ ")" }} {{ ") " }}
{{- end -}} {{- end -}}
{{- if .MountPoint -}} {{- if .MountPoint -}}
{{ .MountPoint }} {{ .MountPoint }}
@ -174,7 +174,7 @@ profile {{ .Name }}{{ " " }}
{{- range .Options -}} {{- range .Options -}}
{{ . }}{{ " " }} {{ . }}{{ " " }}
{{- end -}} {{- end -}}
{{ ")" }} {{ ") " }}
{{- end -}} {{- end -}}
{{- if .Remount -}} {{- if .Remount -}}
{{ .Remount }} {{ .Remount }}