🔄 synced file(s) with OpenIMSDK/Open-IM-Server

🤖 kubbot to synchronize the warehouse
This commit is contained in:
kubbot
2023-06-30 09:55:42 +00:00
parent 74ecb1dbf0
commit 80ee912938
2 changed files with 3 additions and 3 deletions

View File

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