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

@ -27,7 +27,7 @@ func init() {
RegisterBuilder(&Userspace{
Base: prebuild.Base{
Keyword: "userspace",
Msg: "Resolve variable in profile attachments",
Msg: "Fix: resolve variable in profile attachments",
},
})
}