Skip to content

Commit

Permalink
Remove an erroneous debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jun 24, 2014
1 parent 568631e commit 20ba523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/boilerplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20ba523

Please sign in to comment.