Skip to content

Commit

Permalink
set CONFIG_PROFILE correctly into config variable when running locals…
Browse files Browse the repository at this point in the history
…tack start
  • Loading branch information
thrau committed Aug 12, 2022
1 parent 8fd7a05 commit c108563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions localstack/cli/localstack.py
Expand Up @@ -47,6 +47,7 @@ def _setup_cli_debug():
def localstack(debug, profile):
if profile:
os.environ["CONFIG_PROFILE"] = profile
config.CONFIG_PROFILE = profile
if debug:
_setup_cli_debug()

Expand Down

0 comments on commit c108563

Please sign in to comment.