build: cosmetic on build task name.

This commit is contained in:
Alexandre Pujol 2025-08-24 22:52:08 +02:00
parent 1724040229
commit 9b7c1acb1b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ func init() {
RegisterBuilder(&Complain{
Base: prebuild.Base{
Keyword: "complain",
Msg: "Set complain flag on all profiles",
Msg: "Build: set complain flag on all profiles",
},
})
}