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"