From 2162029f46d696610a39492c9dc0399720d91547 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 5 Jan 2025 19:41:04 +0900 Subject: [PATCH] helper/bwrap: add json struct tag to filesystem Signed-off-by: Ophestra --- helper/bwrap/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/bwrap/config.go b/helper/bwrap/config.go index 9e15a29..5556f4c 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)