Skip to content

Commit 9e10d45

Browse files
committed
Fix the fxi
1 parent 1c70f7e commit 9e10d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
xargs ./node_modules/.bin/prettier --ignore-unknown --write
44+
./node_modules/.bin/prettier --ignore-unknown --write
4545
fi
4646

4747
# Add the modified/prettified files to staging

0 commit comments

Comments
 (0)