about summary refs log tree commit diff stats
path: root/defaults.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-05-20 18:25:25 +0200
committerAlan Pearce2024-05-20 18:25:25 +0200
commit202317df1dba891654bf749c3720fbd602df04ff (patch)
treec536ace4120e62602a142959a85e92d61317a1c2 /defaults.toml
parent0f5508013d776f8806a87957f80e74c7f74c72eb (diff)
downloadsearchix-202317df1dba891654bf749c3720fbd602df04ff.tar.lz
searchix-202317df1dba891654bf749c3720fbd602df04ff.tar.zst
searchix-202317df1dba891654bf749c3720fbd602df04ff.zip
fix: nix cannot read date/time TOML values from default config
Diffstat (limited to 'defaults.toml')
-rw-r--r--defaults.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults.toml b/defaults.toml
index da3eb4f..9b5760d 100644
--- a/defaults.toml
+++ b/defaults.toml
@@ -47,7 +47,7 @@ x-content-type-options = 'nosniff'
 
 [Importer]
 Timeout = '30m0s'
-UpdateAt = 04:00:00
+UpdateAt = '04:00:00'
 
 [Importer.Sources]
 [Importer.Sources.darwin]