mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 15:41:33 +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
|
- name: Post-process placeholders back into PocketMine format
|
||||||
run: |
|
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 diff
|
||||||
git status
|
git status
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user