Skip to content

Commit

Permalink
Resolve issue with expose.py environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rstalets committed Feb 16, 2021
1 parent bb550f2 commit 913866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endgame/command/expose.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
required=False,
default="us-east-1",
help="The AWS region",
envvar="AWS_SERVICE"
envvar="AWS_REGION"
)
@click.option(
"--dry-run",
Expand Down

0 comments on commit 913866d

Please sign in to comment.