From 46c47ddcf06b33d8b9e9eec97943a72fd3b2aa38 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 31 Mar 2022 13:06:25 +0200 Subject: [PATCH] bugfix: invalid json syntax --- smardigo/backup/policy/policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smardigo/backup/policy/policy.json b/smardigo/backup/policy/policy.json index f65ee84..913a27b 100644 --- a/smardigo/backup/policy/policy.json +++ b/smardigo/backup/policy/policy.json @@ -2,7 +2,7 @@ "configKey" : "policy", "configType" : "policy", "name" : "Policies", - "policies" : [ { "policies" : [ { + "policies" : [ { "id" : "allow_delete_process_all", "name" : "Processes delete all", "effect" : "allow",