This commit is contained in:
Kay0u 2023-12-29 00:52:27 +01:00
parent 5baae31c1f
commit 74d39d910c
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

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