Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilFreelancer committed Dec 21, 2024
1 parent a393335 commit 955c559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: wiki
run: |
find . -type f -name '*.md' -exec \
sed -i -E 's|\(([^)]*)\)\[([^]]*)\]|[\1](https://github.com/EvilFreelancer/impruver/blob/main/\2)|g' {} +
sed -i -E 's|\[([^]]*)\]\(([^)]*)\)|[\1](https://github.com/EvilFreelancer/impruver/blob/main/\2)|g' {} +
- name: Commit and push changes
working-directory: wiki
run: |
Expand Down

0 comments on commit 955c559

Please sign in to comment.