From 6546ddc64bcbf73c7419bac7af596b924005dbc3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 21 May 2026 16:10:55 +0900 Subject: internal/rosa: expose in-place behaviour in generic helper This change also combines the createDir and wantsDir methods, and replaces the non-inplace target of the generic helper with a deterministic path. Signed-off-by: Ophestra --- internal/rosa/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/state.go') diff --git a/internal/rosa/state.go b/internal/rosa/state.go index bb10a323..3b4295f6 100644 --- a/internal/rosa/state.go +++ b/internal/rosa/state.go @@ -746,7 +746,7 @@ func (s *S) getFrame() azalea.Frame { ) (v any, set bool, err error) { var attr GenericHelper if err = args.Apply(map[unique.Handle[azalea.Ident]]any{ - k("mktemp"): &attr.EnterTemp, + k("inPlace"): &attr.InPlace, k("build"): &attr.Build, k("check"): &attr.Check, k("install"): &attr.Install, -- cgit v1.3.1