From e0463d1f7950a32fc7b887c414d8051888c1cc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Cl=C3=A9ment?= Date: Wed, 11 Mar 2020 10:18:24 +0100 Subject: [PATCH] :pencil2: Removed trailing comma --- nextcloud_backup/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud_backup/config.json b/nextcloud_backup/config.json index 4db0c4e..9f37f3b 100644 --- a/nextcloud_backup/config.json +++ b/nextcloud_backup/config.json @@ -40,5 +40,5 @@ "ports_description": { "3000/tcp": "Web interface (Not required for Hass.io Ingress)", "9226/tcp": "NodeJS Debuger" - }, -} \ No newline at end of file + } +}