mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-03-16 08:30:03 +01:00
Fix typo
This commit is contained in:
parent
6b99c307dd
commit
4afbf7abb3
1 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ task copyBGPones(type: Copy) {
|
|||
|
||||
filter { line ->
|
||||
line.toLowerCase()
|
||||
.replaceAll(permittedCharsJSON, '')
|
||||
.replaceAll(permittedChars, '')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue