Plugin Check Commands: Fix wrong set_if in http command

refs #7302
This commit is contained in:
Michael Friedrich 2014-10-11 19:30:53 +02:00
parent e0941027ea
commit 38b994d9cd
1 changed files with 1 additions and 1 deletions

View File

@ -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
}