Skip to content

Commit

Permalink
Fix typo, s/bazel_version/bazel_ver/
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 181392202
  • Loading branch information
Genomics team in Google Brain authored and scott7z committed Jan 10, 2018
1 parent 4e4932b commit 17f6aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if
v=$(bazel --bazelrc=/dev/null --nomaster_bazelrc version) &&
echo "$v" | awk -v b="$bazel_ver" '/Build label/ { exit ($3 != b)}'
then
echo "Bazel $bazel_version already installed on the machine, not reinstalling"
echo "Bazel $bazel_ver already installed on the machine, not reinstalling"
else
update_bazel_linux "$bazel_ver"
fi
Expand Down

0 comments on commit 17f6aa5

Please sign in to comment.