From 94abdbd664558fdabc77e73c09c681e81d34045d Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Tue, 16 May 2023 13:10:45 +0800 Subject: [PATCH] fix: make up for small problems with pre-push D Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- script/githooks/pre-push | 1 + 1 file changed, 1 insertion(+) diff --git a/script/githooks/pre-push b/script/githooks/pre-push index 10c4a6d2c..3402ac656 100644 --- a/script/githooks/pre-push +++ b/script/githooks/pre-push @@ -22,6 +22,7 @@ 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." exit 1 +fi # #printMessage "Running the Flutter analyzer"