diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-05 19:41:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-05 19:41:04 +0900 |
| commit | 2162029f46d696610a39492c9dc0399720d91547 (patch) | |
| tree | d3aff8e2fa1a17e26bd59daec8f2fd1b9793e015 /helper | |
| parent | a1148edd006f9bd0c802fd63fa1338f57623326a (diff) | |
helper/bwrap: add json struct tag to filesystem
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'helper')
| -rw-r--r-- | helper/bwrap/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/bwrap/config.go b/helper/bwrap/config.go index 9e15a29a..5556f4c3 100644 --- a/helper/bwrap/config.go +++ b/helper/bwrap/config.go @@ -52,7 +52,7 @@ type Config struct { LockFile []string `json:"lock_file,omitempty"` // ordered filesystem args - Filesystem []FSBuilder + Filesystem []FSBuilder `json:"filesystem,omitempty"` // change permissions (must already exist) // (--chmod OCTAL PATH) |
