fix: make up for small problems with pre-push D

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw) 2023-05-16 13:10:45 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 0de951f065
commit 94abdbd664

View File

@ -22,6 +22,7 @@ printMessage "Running local OpenIM pre-push hook."
if [[ `git status --porcelain` ]]; then if [[ `git status --porcelain` ]]; then
printError "This script needs to run against committed code only. Please commit or stash you changes." printError "This script needs to run against committed code only. Please commit or stash you changes."
exit 1 exit 1
fi
# #
#printMessage "Running the Flutter analyzer" #printMessage "Running the Flutter analyzer"