diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-25 04:42:30 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-25 04:42:30 +0900 |
| commit | ec5e91b8c97f02707a70a789ba4af84d51394ea5 (patch) | |
| tree | 45f05e1315063936741ddafde8b5f95338315b54 /cmd | |
| parent | ee51320abfeafabecd42659a88af9dfd44308a3a (diff) | |
system: optimise string formatting
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/fpkg/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fpkg/app.go b/cmd/fpkg/app.go index a1e5de91..cf92dad1 100644 --- a/cmd/fpkg/app.go +++ b/cmd/fpkg/app.go @@ -41,7 +41,7 @@ type appInfo struct { // passed through to [fst.Config] SessionBus *dbus.Config `json:"session_bus,omitempty"` // passed through to [fst.Config] - Enablements system.Enablements `json:"enablements"` + Enablements system.Enablement `json:"enablements"` // passed through to [fst.Config] Multiarch bool `json:"multiarch,omitempty"` |
