From c27ed4a4cd9132c5d199e808ce05bc9afe9f268e Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 21 Nov 2024 09:50:03 +0100 Subject: [PATCH] chore: typo in the schema.json Signed-off-by: Valery Piashchynski --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 155552b..32ced3b 100644 --- a/schema.json +++ b/schema.json @@ -293,7 +293,7 @@ "type": "object", "additionalProperties": false, "properties": { - "certs_dir": { + "cache_dir": { "description": "Directory to use for certificates, private keys, Let's Encrypt configuration etc.", "type": "string", "default": "rr_cache_dir"