fix .envrc
This commit is contained in:
parent
a71f17adf8
commit
9152ce8216
2
.envrc
2
.envrc
@ -4,7 +4,7 @@ arch=$(uname | tr A-Z a-z)
|
||||
|
||||
if [[ ! -x bin/bazel ]]; then
|
||||
mkdir -p bin
|
||||
wget "https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-$(arch)-amd64" \
|
||||
wget "https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-${arch}-amd64" \
|
||||
-O bin/bazel
|
||||
chmod a+x bin/bazel
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user