aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-01-05 19:41:04 +0900
committerOphestra <cat@gensokyo.uk>2025-01-05 19:41:04 +0900
commit2162029f46d696610a39492c9dc0399720d91547 (patch)
treed3aff8e2fa1a17e26bd59daec8f2fd1b9793e015
parenta1148edd006f9bd0c802fd63fa1338f57623326a (diff)
helper/bwrap: add json struct tag to filesystem
Signed-off-by: Ophestra <cat@gensokyo.uk>
-rw-r--r--helper/bwrap/config.go2
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)