Skip to content

Commit 6e1791e

Browse files
committed
Fixes #29
1 parent d8a4125 commit 6e1791e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ if [[ $* == *--dry-run* ]]; then
4646
exit 1
4747
fi
4848
else
49-
"$BINARY" "$("$BINARY" -e "console.log(require.resolve('pre-commit'))")"
49+
"$BINARY" "$("$BINARY" -e "console.log(require.resolve('@fastify/pre-commit'))")"
5050
fi

0 commit comments

Comments
 (0)