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…
Add table
Add a link
Reference in a new issue