mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Fix typo nginx
This commit is contained in:
parent
107e6ed790
commit
25603267c6
1 changed files with 1 additions and 1 deletions
|
@ -1449,7 +1449,7 @@ class Configurations(TestSuite):
|
||||||
|
|
||||||
if os.system(cmd) != 0:
|
if os.system(cmd) != 0:
|
||||||
yield Warning(
|
yield Warning(
|
||||||
"When using regexp in the nignx location field (location ~ __PATH__), start the path with ^ (location ~ ^__PATH__)."
|
"When using regexp in the nginx location field (location ~ __PATH__), start the path with ^ (location ~ ^__PATH__)."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue