Skip to content

Commit

Permalink
Fix linter issue in install_bazelisk.sh
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 720742715
  • Loading branch information
SeeForTwo authored and Google-ML-Automation committed Jan 29, 2025
1 parent aad09f9 commit 4ebefc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/install_bazelisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Usage:
# . build/install_bazelisk.sh

if [ -z "${BAZELISK_VERSION}" ]; then
if [[ -z "${BAZELISK_VERSION}" ]]; then
BAZELISK_VERSION=v1.15.0
fi

Expand Down

0 comments on commit 4ebefc2

Please sign in to comment.