diff --git a/hooks/boilerplate.sh b/hooks/boilerplate.sh index 17d049b9cf4..33c31cbf5b9 100755 --- a/hooks/boilerplate.sh +++ b/hooks/boilerplate.sh @@ -6,7 +6,6 @@ LINES=$(cat "$(dirname $0)/boilerplate.txt" | wc -l) DIFFER=$(head -$LINES "${FILE}" | diff -q - "$(dirname $0)/boilerplate.txt") if [[ -z "${DIFFER}" ]]; then - echo "${DIFFER}" echo "1" exit 0 fi