Skip to content

Commit

Permalink
Merge pull request #59 from rstalets/main
Browse files Browse the repository at this point in the history
Resolve issue with expose.py environment variable
  • Loading branch information
kmcquade authored Feb 16, 2021
2 parents bb550f2 + 913866d commit 24e42f0
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 24e42f0

Please sign in to comment.