mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Update package_linter.py
This commit is contained in:
parent
582fe709a9
commit
cb6548e2ad
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ class Configurations(TestSuite):
|
||||||
if any(not right_syntax(line) for line in more_set_headers_lines):
|
if any(not right_syntax(line) for line in more_set_headers_lines):
|
||||||
yield Warning(
|
yield Warning(
|
||||||
"It looks like the syntax for the more_set_headers "
|
"It looks like the syntax for the more_set_headers "
|
||||||
"instruction is incorrect in the NGINX conf. (N.B. "
|
"instruction is incorrect in the NGINX conf (N.B. "
|
||||||
": it's different than the add_header syntax!)... "
|
": it's different than the add_header syntax!)... "
|
||||||
"The syntax should look like: "
|
"The syntax should look like: "
|
||||||
"more_set_headers \"Header-Name: value\""
|
"more_set_headers \"Header-Name: value\""
|
||||||
|
|
Loading…
Reference in a new issue