Skip to content

Commit d8d8846

Browse files
committed
🔄 synced file(s) with openimsdk/open-im-server
🤖 kubbot to synchronize the warehouse
1 parent a12070f commit d8d8846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/githooks/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fi
105105
if [[ ! $local_branch =~ $valid_branch_regex ]]
106106
then
107107
printError "There is something wrong with your branch name. Branch names in this project must adhere to this contract: $valid_branch_regex.
108-
Your commit will be rejected. You should rename your branch to a valid name(feat/name OR bug/name) and try again."
108+
Your commit will be rejected. You should rename your branch to a valid name(feat/name OR fix/name) and try again."
109109
printError "For more on this, read on: https://gist.github.com/cubxxw/126b72104ac0b0ca484c9db09c3e5694"
110110
exit 1
111111
fi

0 commit comments

Comments
 (0)