all repos — searchix @ 8d5dfd90332facb2613b927cf32472915f87359d

Search engine for NixOS, nix-darwin, home-manager and NUR users

refactor: make config entries kebab-case
Alan Pearce alan@alanpearce.eu
Thu, 09 May 2024 17:29:07 +0200
commit

8d5dfd90332facb2613b927cf32472915f87359d

parent

e062ca72b222b890e345548bd8422d5df98e9fef

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M internal/config/config.gointernal/config/config.go
@@ -27,7 +27,7 @@ return nil }
 
 type Config struct {
-	DataPath string `toml:"data_path"`
+	DataPath string `toml:"data-path"`
 	CSP      CSP    `toml:"content-security-policy"`
 	Headers  map[string]string
 	Sources  map[string]importer.Source