Skip to content

Commit

Permalink
Fixed newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
ericeberry committed Feb 12, 2025
1 parent 80ee208 commit 386ef1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ ocil_clause: '{{{ ocil_clause_file_group_owner(file="/var/log/messages", group="

ocil: |-
{{{ ocil_file_group_owner(file="/var/log/messages", group="root|adm") }}}
{{%- endif %}}
{{%- endif %}}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ chgrp root /var/log/btmp*
touch /var/log/wtmp
touch /var/log/wtmp.1
touch /var/log/wtmp-1
chgrp root /var/log/wtmp*
chgrp root /var/log/wtmp*

0 comments on commit 386ef1e

Please sign in to comment.