From 922cb375a95b0bcabcca990e0aa3e042831f07e8 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 10 May 2017 14:02:35 +0200 Subject: [PATCH] ITL: Fix missing double quote in ssl-cert CheckCommand refs #5236 --- itl/plugins-contrib.d/web.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/plugins-contrib.d/web.conf b/itl/plugins-contrib.d/web.conf index cd553e4a7..86b1530e6 100644 --- a/itl/plugins-contrib.d/web.conf +++ b/itl/plugins-contrib.d/web.conf @@ -454,7 +454,7 @@ object CheckCommand "ssl_cert" { description = "SSL Labs assestment" } "--ignore-ssl-labs-cache" = { - set_if = "$ssl_cert_ssllabs_nocache$ + set_if = "$ssl_cert_ssllabs_nocache$" description = "Forces a new check by SSL Labs" } "-r" = {