mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 07:17:22 +01:00
chore: cosmetic.
This commit is contained in:
parent
b9cfd787c8
commit
43ab1d064d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ func Build() error {
|
||||||
logging.Success("Directives processed:")
|
logging.Success("Directives processed:")
|
||||||
logging.Indent = " "
|
logging.Indent = " "
|
||||||
for _, dir := range directive.Directives {
|
for _, dir := range directive.Directives {
|
||||||
logging.Bullet("%s", dir.Name())
|
logging.Bullet("%s%s", directive.Keyword, dir.Name())
|
||||||
}
|
}
|
||||||
logging.Indent = ""
|
logging.Indent = ""
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in a new issue