From 227c72dbf6f7d929818657b22ac703b87e5a7d5a Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Tue, 3 Mar 2026 15:50:22 +0000 Subject: [PATCH] docs: Correct Kosli organization environment variable Updated the environment variable for Kosli organization to reflect username which is a default Org. Also mention what might happen if Organisation doesn't exist. --- lab-02-flows-and-trails.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lab-02-flows-and-trails.md b/lab-02-flows-and-trails.md index 3da8ecb..76ae5f4 100644 --- a/lab-02-flows-and-trails.md +++ b/lab-02-flows-and-trails.md @@ -69,8 +69,9 @@ kosli version ```bash # Set environment variables export KOSLI_API_TOKEN="your-api-key-here" -export KOSLI_ORG="your-gh-username" +export KOSLI_ORG="your-Kosli-username" ``` +> :bulb: Make sure your Kosli Organisation existing, otherwise you might see access errors running CLI commands