🔄 synced file(s) with openimsdk/open-im-server

🤖 kubbot to synchronize the warehouse
This commit is contained in:
OpenIM Bot 2024-01-26 10:07:49 +08:00
parent 5e63a633d2
commit a12070fd48
3 changed files with 35 additions and 35 deletions

View File

@ -38,7 +38,7 @@ printError() {
printMessage "Running local OpenIM pre-push hook."
if [[ `git status --porcelain` ]]; then
if [[ $(git status --porcelain) ]]; then
printError "This scripts needs to run against committed code only. Please commit or stash you changes."
exit 1
fi