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

@ -18,7 +18,7 @@ func init() {
RegisterBuilder(&ReAttach{
Base: prebuild.Base{
Keyword: "attach",
Msg: "Re-attach disconnected path",
Msg: "Feat: re-attach disconnected path",
},
})
}