We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd4c35 commit 93623b9Copy full SHA for 93623b9
README.md
@@ -223,7 +223,7 @@ You can control the user agent that Bazelisk sends in all HTTP requests by setti
223
224
You can set the Authorization header that Bazelisk sends in all HTTP requests by setting `BAZELISK_AUTH_HEADER` to the desired value.
225
```shell
226
-export BAZELISK_AUTH_HEADER="bearer <your_token_here>"
+export BAZELISK_AUTH_HEADER="Bearer <your_token_here>"
227
```
228
229
On Windows, Bazelisk will also consider the following files in addition to `tools/bazel`:
0 commit comments