Skip to content

Commit

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

PiperOrigin-RevId: 285945051
  • Loading branch information
Kernald authored and aehlig committed Dec 17, 2019
1 parent 828ef05 commit c51d14c
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 c51d14c

Please sign in to comment.