ITL: Fix missing double quote in ssl-cert CheckCommand

refs #5236
This commit is contained in:
Michael Friedrich 2017-05-10 14:02:35 +02:00
parent ebdbca0730
commit 922cb375a9
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ object CheckCommand "ssl_cert" {
description = "SSL Labs assestment" description = "SSL Labs assestment"
} }
"--ignore-ssl-labs-cache" = { "--ignore-ssl-labs-cache" = {
set_if = "$ssl_cert_ssllabs_nocache$ set_if = "$ssl_cert_ssllabs_nocache$"
description = "Forces a new check by SSL Labs" description = "Forces a new check by SSL Labs"
} }
"-r" = { "-r" = {