From cd493fd95f78b023c159c10571a0de8d701c4b27 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 21 Jun 2026 00:48:18 +0900 Subject: cmd/app: centralise workdir This makes the directory structure significantly more manageable. Signed-off-by: Ophestra --- cmd/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/app/app.go') diff --git a/cmd/app/app.go b/cmd/app/app.go index d702215e..9fa49696 100644 --- a/cmd/app/app.go +++ b/cmd/app/app.go @@ -100,7 +100,7 @@ func parse(id string, base *check.Absolute, r io.Reader) (*hst.Config, error) { return nil, err } else { c.Identity = v - root.Upper = base.Append("template", template, "upper") + root.Upper = base.Append("template", template) } if err := scanOnce(); err != nil { -- cgit v1.3.1