build: allow to run prebuild outside of this project.

This commit is contained in:
Alexandre Pujol 2024-10-09 14:03:54 +01:00
parent e17b682e51
commit 68127c3859
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 4 additions and 4 deletions

View file

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