Skip to content

Commit d9b9375

Browse files
authored
Merge pull request #30 from fastify/fix-hook
2 parents d8a4125 + 6e1791e commit d9b9375

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)