refractor: rename comment template.

This commit is contained in:
Alexandre Pujol 2023-09-30 13:22:04 +01:00
parent 26d05f1869
commit 1da0073120
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 11 additions and 11 deletions

View file

@ -0,0 +1,8 @@
{{- define "comment" -}}
{{- if .FileInherit -}}
{{- " # file_inherit" -}}
{{- end -}}
{{- if .NoNewPrivs -}}
{{- " # no new privs" -}}
{{- end -}}
{{- end -}}