aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-09-02 04:44:08 +0900
committerOphestra <cat@gensokyo.uk>2025-09-02 04:44:08 +0900
commit1b5d20a39b2c5720d83a8eaf3d2227deb46a7c0d (patch)
tree230a5de997b6a7216f697a06f8f18bd552d96e77 /internal/app
parent49600a6f46d99ff35d883381670548de1f01846e (diff)
container/dispatcher: stub.Call initialisation helper function
This keeps composites analysis happy without making the test cases (too) bloated. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app')
-rw-r--r--internal/app/seal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/seal.go b/internal/app/seal.go
index d6a23f2f..ec42dc2d 100644
--- a/internal/app/seal.go
+++ b/internal/app/seal.go
@@ -233,7 +233,7 @@ func (seal *Outcome) finalise(ctx context.Context, sys sys.State, config *hst.Co
Filesystem: []hst.FilesystemConfigJSON{
// autoroot, includes the home directory
- {&hst.FSBind{
+ {FilesystemConfig: &hst.FSBind{
Target: container.AbsFHSRoot,
Source: container.AbsFHSRoot,
Write: true,