forked from mirrors/kingfisher
fix(planetscale): improve kingfisher.planetscale.1 regex
Signed-off-by: Luke Young <bored-engineer@users.noreply.github.com>
This commit is contained in:
parent
2bf9e54ad9
commit
55e331f6a4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ rules:
|
|||
(?xi)
|
||||
\b
|
||||
(
|
||||
pscale_tkn_[a-z0-9-_]{43}
|
||||
pscale_tkn_[a-z0-9-_]{32,64}
|
||||
)
|
||||
\b
|
||||
pattern_requirements:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue