From d8597e1c452664feaafee2a098669f273f228eb7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 6 Oct 2017 14:33:50 +0200 Subject: [PATCH] fix style --- git_pull/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/git_pull/config.json b/git_pull/config.json index 2cdf0a1..3a2dae7 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -12,16 +12,16 @@ "repository": null, "auto_restart": false, "repeat": { - "active": false, - "interval": 300 + "active": false, + "interval": 300 } }, "schema": { "repository": "url", "auto_restart": "bool", "repeat": { - "active": "bool", - "interval": "int" + "active": "bool", + "interval": "int" } }, "image": "homeassistant/{arch}-addon-git_pull"