diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/app/seal.go | 2 |
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, |
