diff --git a/.husky/commit-msg b/.husky/commit-msg index 7476d8ea0..6057b40a6 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx commitlint --edit "\${1}" \ No newline at end of file +npx commitlint --edit "$1" \ No newline at end of file