mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 23:05:11 +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.Indent = " "
|
||||
for _, dir := range directive.Directives {
|
||||
logging.Bullet("%s", dir.Name())
|
||||
logging.Bullet("%s%s", directive.Keyword, dir.Name())
|
||||
}
|
||||
logging.Indent = ""
|
||||
return nil
|
||||
|
|
Loading…
Reference in a new issue