From d21b6e3a2049fa6da77caf37e12700ed7598276d Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 10 Nov 2025 23:52:56 +0100 Subject: config key typo --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 1e2cd55..9faa341 100644 --- a/config.c +++ b/config.c @@ -61,7 +61,7 @@ config_load(const char *conf_path) fprintf(stderr, "[config] invalid interval: %s\n", line); return -1; } - } else if (strcmp(line, "interval") == 0) { + } else if (strcmp(line, "template") == 0) { tmpl_path = strdup(value); printf("\ttemplate: %s\n", tmpl_path); } else if (strcmp(line, "log") == 0) { -- cgit v1.2.3