From 4a9fcfb8cf9ae9631d77b7acd7a5451efd22496b Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 20 Oct 2020 13:17:40 -0400 Subject: [PATCH] Fix missing quote --- salt/soc/files/soc/soc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index f5b831dc1..61c4ab6bb 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -55,7 +55,7 @@ }, "client": { {%- if ISAIRGAP is sameas true %} - "docsUrl": "/docs/, + "docsUrl": "/docs/", {%- else %} "docsUrl": "https://docs.securityonion.net/en/2.3/", {%- endif %}