chore: cosmetic.

This commit is contained in:
Alexandre Pujol 2024-03-27 21:38:18 +00:00
parent b9cfd787c8
commit 43ab1d064d
Failed to generate hash of commit

View file

@ -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