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

@ -26,7 +26,7 @@ func init() {
RegisterBuilder(&Hotfix{
Base: prebuild.Base{
Keyword: "hotfix",
Msg: "Temporary fix for #74, #80 & #235",
Msg: "Fix: temporary solution for #74, #80 & #235",
},
})
}