Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Commit 12ba9d7

Browse files
authored
Fix post-processing regex
1 parent 94ba486 commit 12ba9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Post-process placeholders back into PocketMine format
3838
run: |
39-
sed -i -r 's/\{([A-Za-z\d]+)\}/\{%\1\}/g' *.ini
39+
sed -i -r 's/\{([A-Za-z0-9]+)\}/\{%\1\}/g' *.ini
4040
git diff
4141
git status
4242

0 commit comments

Comments
 (0)