From d00f8b6895e7124337c8e36a902106501ec0b378 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Tue, 5 Mar 2024 12:13:54 +0530 Subject: [PATCH] Update content/en/references/configuration/index.md Co-authored-by: Waldemar Hummer --- content/en/references/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/references/configuration/index.md b/content/en/references/configuration/index.md index 6b3c8dd..0d82754 100644 --- a/content/en/references/configuration/index.md +++ b/content/en/references/configuration/index.md @@ -74,7 +74,7 @@ SF_LOG=trace SF_S3_ENDPOINT=s3.localhost.localstack.cloud:4566 {{< / command >}} -You can load a profile by either setting the `env` variable `CONFIG_PROFILE=` or the `--profile=` CLI flag when using the CLI. +You can load a profile by either setting the environment variable `CONFIG_PROFILE=` or the `--profile=` CLI flag when using the CLI. Let's take an example to load the `dev.env` profile file if it exists: {{< command >}}