From 3f4cc04f9e48f5d86a6ac92350aba6e7c1ebc737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wieczorek?= Date: Wed, 6 Sep 2023 13:15:01 +0200 Subject: [PATCH] doc/early-access: fix API token configuration examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch fixes minor typos in the provided configuration examples. Signed-off-by: Paweł Wieczorek --- doc/early-access.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/early-access.md b/doc/early-access.md index 4a17d844..8a8fadb7 100644 --- a/doc/early-access.md +++ b/doc/early-access.md @@ -94,14 +94,14 @@ Password: api_config = "early-access" indent = 4 -[api.early_access] -api_token = " +[api.early-access] +api_token = "" ``` * To verify things are set up correctly: ```sh -$ kcu user whoami +$ kci user whoami { "id": "64f4a0978326c545a780bffc", "active": true,