We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5db3a commit 086d75aCopy full SHA for 086d75a
1 file changed
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