refractor: rename comment template.
This commit is contained in:
parent
26d05f1869
commit
1da0073120
2 changed files with 11 additions and 11 deletions
8
pkg/aa/templates/comment.j2
Normal file
8
pkg/aa/templates/comment.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{{- define "comment" -}}
|
||||
{{- if .FileInherit -}}
|
||||
{{- " # file_inherit" -}}
|
||||
{{- end -}}
|
||||
{{- if .NoNewPrivs -}}
|
||||
{{- " # no new privs" -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue