Skip to content

Commit 5a03a08

Browse files
Update rush-plugins/rush-http-build-cache-plugin/README.md
Co-authored-by: Ian Clanton-Thuon <[email protected]>
1 parent aa01017 commit 5a03a08

File tree

1 file changed

+1
-1
lines changed
  • rush-plugins/rush-http-build-cache-plugin

1 file changed

+1
-1
lines changed

rush-plugins/rush-http-build-cache-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Once enabled, configure the HTTP build cache in config file `common/config/rush-
2727
```
2828

2929
- url: The server to store cache objects.
30-
- tokenHandler: A script that can print the Authorization header expected by the server. The value printed to `stdout` by this command should be an exact header, for example, `Bearer ab98d8c878d937290d979a9097c90dfffff` or `Basic 098abc7dff==`.
30+
- `tokenHandler`: A script that can print the Authorization header expected by the server. The value printed to `stdout` by this command should be an exact header, for example, `Bearer ab98d8c878d937290d979a9097c90dfffff` or `Basic 098abc7dff==`.
3131
- `isCacheWriteAllowed`: A flag that determines if the plugin should write to the cache.
3232

3333
## HTTP Cache Server Requirements

0 commit comments

Comments
 (0)