Skip to content

Commit

Permalink
πŸ”„ synced file(s) with openimsdk/open-im-server
Browse files Browse the repository at this point in the history
πŸ€– kubbot to synchronize the warehouse
  • Loading branch information
kubbot committed Feb 18, 2024
1 parent a12070f commit d8d8846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/githooks/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fi
if [[ ! $local_branch =~ $valid_branch_regex ]]
then
printError "There is something wrong with your branch name. Branch names in this project must adhere to this contract: $valid_branch_regex.
Your commit will be rejected. You should rename your branch to a valid name(feat/name OR bug/name) and try again."
Your commit will be rejected. You should rename your branch to a valid name(feat/name OR fix/name) and try again."
printError "For more on this, read on: https://gist.github.com/cubxxw/126b72104ac0b0ca484c9db09c3e5694"
exit 1
fi

0 comments on commit d8d8846

Please sign in to comment.