Skip to content

Commit

Permalink
doc/early-access: fix API token configuration examples
Browse files Browse the repository at this point in the history
This patch fixes minor typos in the provided configuration examples.

Signed-off-by: Paweł Wieczorek <[email protected]>
  • Loading branch information
pawiecz authored and gctucker committed Sep 6, 2023
1 parent 7b137f3 commit b040ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/early-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ Password:
api_config = "early-access"
indent = 4

[api.early_access]
api_token = "<your-api-token-here">
[api.early-access]
api_token = "<your-api-token-here>"
```

* To verify things are set up correctly:

```sh
$ kcu user whoami
$ kci user whoami
{
"id": "64f4a0978326c545a780bffc",
"active": true,
Expand Down

0 comments on commit b040ee6

Please sign in to comment.