From 202317df1dba891654bf749c3720fbd602df04ff Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 May 2024 18:25:25 +0200 Subject: fix: nix cannot read date/time TOML values from default config --- defaults.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defaults.toml') 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] -- cgit 1.4.1