mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Fix post-processing regex
This commit is contained in:
2
.github/workflows/download-translations.yml
vendored
2
.github/workflows/download-translations.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Post-process placeholders back into PocketMine format
|
||||
run: |
|
||||
sed -i -r 's/\{([A-Za-z\d]+)\}/\{%\1\}/g' *.ini
|
||||
sed -i -r 's/\{([A-Za-z0-9]+)\}/\{%\1\}/g' *.ini
|
||||
git diff
|
||||
git status
|
||||
|
||||
|
Reference in New Issue
Block a user