From 3588e167c09f5bd47f1f385310f751dfe98a0a20 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 May 2022 00:22:06 +0000 Subject: [PATCH] Github bot : json sorted --- resiliosync/build.json | 2 +- resiliosync/config.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resiliosync/build.json b/resiliosync/build.json index c4ad7801c..e829680fc 100644 --- a/resiliosync/build.json +++ b/resiliosync/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/resiliosync/config.json b/resiliosync/config.json index b96a895a6..f99969306 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -48,8 +48,8 @@ "options": { "PGID": 0, "PUID": 0, - "data_location": "/share/resioliosync", - "config_location": "/config/addons_config/resioliosync" + "config_location": "/config/addons_config/resioliosync", + "data_location": "/share/resioliosync" }, "panel_icon": "mdi:cloud-sync-outline", "ports": { @@ -72,10 +72,10 @@ "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", - "localdisks": "str?", - "networkdisks": "str?", + "config_location": "str", "data_location": "str", - "config_location": "str" + "localdisks": "str?", + "networkdisks": "str?" }, "slug": "resiliosync", "url": "https://github.com/tyjtyj/hassio-addons",