build: separate the base-strict abs from the re-attach builder.
Enable the use of the base-strict abs on all setup.
This commit is contained in:
parent
a1ba00bec3
commit
4f9d2703d4
4 changed files with 37 additions and 7 deletions
|
|
@ -49,10 +49,7 @@ func (b ReAttach) Apply(opt *Option, profile string) (string, error) {
|
|||
|
||||
} else {
|
||||
insert = "@{att} = /\n"
|
||||
profile = strings.ReplaceAll(profile,
|
||||
"include <abstractions/base>",
|
||||
"include <abstractions/base-strict>",
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
return strings.Replace(profile, origin, insert+origin, 1), nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue