Skip to content

Commit 1c70f7e

Browse files
committed
Fix
1 parent 538a482 commit 1c70f7e

File tree

2 files changed

+36
-38
lines changed

2 files changed

+36
-38
lines changed

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if command_exists terraform-docs; then
4141
fi
4242

4343
if command_exists ./node_modules/.bin/prettier; then
44-
echo "$files" | xargs ./node_modules/.bin/prettier --ignore-unknown --write
44+
xargs ./node_modules/.bin/prettier --ignore-unknown --write
4545
fi
4646

4747
# Add the modified/prettified files to staging

0 commit comments

Comments
 (0)