From 8de2c8950c0a9bc0da011a410451741d24ab51ee Mon Sep 17 00:00:00 2001 From: bohwaz Date: Thu, 6 Jan 2022 12:26:17 +0100 Subject: [PATCH] Fix config.json syntax --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 5b28698..0445383 100644 --- a/config.json +++ b/config.json @@ -1,3 +1,3 @@ { - 'pattern': '%{type}-%{year}-%{ynumber}' + "pattern": "%{type}-%{year}-%{ynumber}" } \ No newline at end of file