Skip to content

Commit

Permalink
refactor: resilience (#251)
Browse files Browse the repository at this point in the history
we even also need to escape the `&` character
  • Loading branch information
mfranzke authored Sep 5, 2024
1 parent 42e6bb5 commit f60effb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's|( |&)|\\ |g') --write --ignore-unknown
git update-index --again

0 comments on commit f60effb

Please sign in to comment.