From 4ba9cbb58fb500f6c1d8e44d1383989f3c855eb8 Mon Sep 17 00:00:00 2001 From: Valentin Dimov Date: Thu, 7 Dec 2023 13:35:53 +0100 Subject: [PATCH] chore: fix typo Signed-off-by: Valentin Dimov --- modules/OCPP/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/OCPP/manifest.yaml b/modules/OCPP/manifest.yaml index 3efeffac3..8fc80c4ee 100644 --- a/modules/OCPP/manifest.yaml +++ b/modules/OCPP/manifest.yaml @@ -34,7 +34,7 @@ config: CertsPath: description: Path to folder where certificates are located. If empty uses everest prefix + etc/everest/certs type: string - default: ""# + default: "" MessageQueueResumeDelay: description: Time (seconds) to delay resuming the message queue after reconnecting type: integer