10000 chore(utils): Fix typo when forwarding envars to container (#12778) · localstack/localstack@e67072f · GitHub
[go: up one dir, main page]

Skip to content

Commit e67072f

Browse files
authored
chore(utils): Fix typo when forwarding envars to container (#12778)
1 parent 18a4b6c commit e67072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack-core/localstack/utils/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def config_env_vars(cfg: ContainerConfiguration):
523523
# Show a deprecation warning for each individual env var collected above
524524
LOG.warning(
525525
"Non-prefixed environment variable %(env_var)s is forwarded to the LocalStack container! "
526-
"Please use `LOCALSTACK_%(env_var)s` instead of %(env_var)s to explicitly mark this environment variable to be forwarded form the CLI to the LocalStack Runtime.",
526+
"Please use `LOCALSTACK_%(env_var)s` instead of %(env_var)s to explicitly mark this environment variable to be forwarded from the CLI to the LocalStack Runtime.",
527527
{"env_var": non_prefixed_env_var},
528528
)
529529

0 commit comments

Comments
 (0)
0