config: fix commit lint error

This commit is contained in:
ammarahm-ed
2022-08-30 13:31:14 +05:00
parent 900de4f93f
commit ef5640c293

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx commitlint --edit "\${1}"
npx commitlint --edit "$1"