typo: anmed -> named

This commit is contained in:
Justin Santa Barbara 2018-03-11 12:57:50 -04:00
parent b6eededf7c
commit b677684c9e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if [[ -n "${old_build_files}" ]]; then
echo "One or more BUILD files found in the tree:" >&2
echo "${old_build_files}" >&2
echo >&2
echo "FAIL: Only bazel files anmed BUILD.bazel are allowed." >&2
echo "FAIL: Only bazel files named BUILD.bazel are allowed." >&2
echo "FAIL: Please move incorrectly named files to BUILD.bazel" >&2
exit 1
fi