Skip to content

Commit

Permalink
chore: fix git commit hook not adding all formatted files
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesRudolph committed May 19, 2022
1 parent c83556b commit fb3fc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ deno fmt $FILES

# Add back the modified/prettified files to staging
# shellcheck disable=SC2086
git add "$FILES"
git add $FILES

exit 0

0 comments on commit fb3fc57

Please sign in to comment.