From ef5640c2934f21fc413e8a68893dca2415c88cd4 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 30 Aug 2022 13:31:14 +0500 Subject: [PATCH] config: fix commit lint error --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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