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/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/app/main.go') diff --git a/cmd/app/main.go b/cmd/app/main.go index b911e7dd..c9331e39 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -93,8 +93,8 @@ func main() { {FilesystemConfig: &hst.FSOverlay{ Target: fhs.AbsRoot, Lower: []*check.Absolute{initial}, - Upper: template.Append(args[0], "upper"), - Work: template.Append(args[0], "work"), + Upper: template.Append(args[0]), + Work: base.Append("work", args[0]), }}, {FilesystemConfig: &hst.FSEphemeral{ Target: fhs.AbsTmp, -- cgit v1.3.1