From e5235654076f9b3760a824b1127bc167c2a705d9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 31 Oct 2022 07:18:25 +0100 Subject: [PATCH] Lint config Add double space --- epicgamesfree/config.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/epicgamesfree/config.json b/epicgamesfree/config.json index 491f27e40..d3b4a70ee 100644 --- a/epicgamesfree/config.json +++ b/epicgamesfree/config.json @@ -1,19 +1,19 @@ { - "arch": ["aarch64", "amd64"], - "codenotary": "alexandrep.github@gmail.com", - "description": "Automatically login and redeem promotional free games from Epic Games Store", - "image": "ghcr.io/alexbelgium/epicgamesfree-{arch}", - "init": false, - "map": ["config:rw"], - "name": "Epic Games Free", - "ports": { - "3000/tcp": 3000 - }, - "ports_description": { - "3000/tcp": "web interface" - }, - "slug": "epicgamesfree", - "url": "https://github.com/alexbelgium/hassio-addons", - "version": "ee3dff4b29757e28282cada9bcb3e8f84f1c3041-2022-10-23", - "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" + "arch": ["aarch64", "amd64"], + "codenotary": "alexandrep.github@gmail.com", + "description": "Automatically login and redeem promotional free games from Epic Games Store", + "image": "ghcr.io/alexbelgium/epicgamesfree-{arch}", + "init": false, + "map": ["config:rw"], + "name": "Epic Games Free", + "ports": { + "3000/tcp": 3000 + }, + "ports_description": { + "3000/tcp": "web interface" + }, + "slug": "epicgamesfree", + "url": "https://github.com/alexbelgium/hassio-addons", + "version": "ee3dff4b29757e28282cada9bcb3e8f84f1c3041-2022-10-23", + "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" }