Skip to content

Commit a8c49cd

Browse files
Merge pull request #10578 from maage/aide_string-1
fix: aide_string: drop nl at end
2 parents 7526afd + 293bc75 commit a8c49cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/macros/01-general.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ Configure the default Grub2 kernel command line to contain {{{ arg_name_value }}
10711071
p+i+n+u+g+s+b+acl+selinux+xattrs+sha512
10721072
{{%- else -%}}
10731073
p+i+n+u+g+s+b+acl+xattrs+sha512
1074-
{{% endif %}}
1074+
{{%- endif -%}}
10751075
{{%- endmacro -%}}
10761076

10771077
{{#

0 commit comments

Comments
 (0)