We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d7952 commit 0753ccfCopy full SHA for 0753ccf
.githooks/commit-msg
@@ -8,9 +8,8 @@ NC='\033[0m' # No Color
8
9
echo -e "${BLUE}Checking commit message format...${NC}"
10
11
-COMMIT_MSG_FILE=$1
12
-echo "${COMMIT_MSG_FILE}"
13
-COMMIT_MSG=$(echo "$COMMIT_MSG_FILE")
+COMMIT_MSG_FILE="$1"
+COMMIT_MSG=$(cat "$COMMIT_MSG_FILE")
14
15
TYPES="feat|fix|docs|style|refactor|test|other"
16
0 commit comments