From 83edddc5746b3efbfe756b3cb87f95c83769c831 Mon Sep 17 00:00:00 2001 From: Guillaume Tucker Date: Thu, 9 Nov 2023 18:02:53 +0100 Subject: [PATCH] doc: fix multiple config paths setting on Early Access page The config settings (--yaml-config) can take several values, but the first one should be the standard one in /etc/kernelci/core when adding a custom file on top of it. Fix this instead of relying on a local config/core copy of the files. Fixes: e8e94267a669 ("doc: update Early Access page with latest kci") Signed-off-by: Guillaume Tucker --- doc/early-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/early-access.md b/doc/early-access.md index 5cf5545a..eac88bd9 100644 --- a/doc/early-access.md +++ b/doc/early-access.md @@ -155,7 +155,7 @@ time. For example: api = "early-access" storage = "early-access-azure-" indent = 4 -config = ["config/core", ".yaml"] +config = ["/etc/kernelci/core", ".yaml"] [kci.secrets] api.early-access.token = ""