From b24e776a06a18065c3ccb337683142b5df13128d Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Tue, 19 May 2026 23:13:35 +0200 Subject: [PATCH] [fix] conf --- source/conf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.ts b/source/conf.ts index 75575a6..9c611ba 100644 --- a/source/conf.ts +++ b/source/conf.ts @@ -545,7 +545,7 @@ namespace _munin.conf } else { - return (conf_raw.content as type_conf_v6); + return (conf_raw.content as type_conf_v7); } }