Fix config parsing

This commit is contained in:
Jon Staab
2025-10-01 10:44:12 -07:00
parent 9c62dff15e
commit 4fe2981419
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ type Config struct {
Secret string `toml:"secret"`
Pubkey string `toml:"pubkey"`
Description string `toml:"description"`
} `toml:"self"`
} `toml:"info"`
Policy struct {
StripSignatures bool `toml:"strip_signatures"`