]> granicus.if.org Git - icinga2/commitdiff
ITL: Fix missing double quote in ssl-cert CheckCommand
authorMichael Friedrich <michael.friedrich@icinga.com>
Wed, 10 May 2017 12:02:35 +0000 (14:02 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 10 May 2017 12:04:13 +0000 (14:04 +0200)
refs #5236

itl/plugins-contrib.d/web.conf

index cd553e4a707f60c83814c90ab47a0661e3693013..86b1530e61b11a2ef1f4f0be0f9c000e74bdf7a5 100644 (file)
@@ -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" = {