Skip to content

Commit

Permalink
Fix a typo in bazel.sh
Browse files Browse the repository at this point in the history
Closes #10388.

PiperOrigin-RevId: 285945051
  • Loading branch information
Kernald authored and Copybara-Service committed Dec 17, 2019
1 parent 84eae2f commit d5ae460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/packages/bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ if [[ ! -x $BAZEL_REAL ]]; then
echo " https://docs.bazel.build/versions/master/install-ubuntu.html") 2>&1
else
(echo ""
echo "Bazel binaries for all official releaeses can be downloaded from here:"
echo "Bazel binaries for all official releases can be downloaded from here:"
echo " https://github.com/bazelbuild/bazel/releases") 2>&1

if [[ -x $(command -v curl) && -w $wrapper_dir ]]; then
Expand Down

0 comments on commit d5ae460

Please sign in to comment.