diff --git a/hooks/validate.sh b/hooks/validate.sh index 1c52822..056c09d 100644 --- a/hooks/validate.sh +++ b/hooks/validate.sh @@ -309,7 +309,7 @@ validate_commit_and_parents() { fi done <<< $(printf "%s" "$PARENTS") fi - if [ "$ALL_PASSED"=true ]; then + if [ "$ALL_PASSED" = true ]; then return 0 fi return 1