From 38b994d9cdc859bbf1b421f4fc9a3c7037c9fa33 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sat, 11 Oct 2014 19:30:53 +0200 Subject: [PATCH] Plugin Check Commands: Fix wrong set_if in http command refs #7302 --- itl/command-plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index fcc2f4dc0..3079d4ad4 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -229,7 +229,7 @@ object CheckCommand "http" { description = "Specify Content-Type header when POSTing" } "-l" = { - setif = "$http_linespan$" + set_if = "$http_linespan$" description = "Allow regex to span newline" order = 1 } -- 2.50.1