mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
oupsie
This commit is contained in:
parent
5baae31c1f
commit
74d39d910c
1 changed files with 1 additions and 1 deletions
|
@ -1435,7 +1435,7 @@ class Configurations(TestSuite):
|
|||
):
|
||||
continue
|
||||
|
||||
cmd = 'grep -q -IhEro "location ~ __PATH__\" %s' % filename
|
||||
cmd = 'grep -q -IhEro "location ~ __PATH__" %s' % filename
|
||||
|
||||
if os.system(cmd) != 0:
|
||||
yield Warning(
|
||||
|
|
Loading…
Reference in a new issue