From 0df369a825d74a6ce40b8afd0db0e158fa933635 Mon Sep 17 00:00:00 2001 From: Randolf Date: Mon, 6 Mar 2023 14:28:28 +0100 Subject: [PATCH] chore: fix husky --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 3653fd0678b..b5a5eb07458 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx commitlint --edit "" +npx commitlint --edit "$1"