Submitter | phabricator |
---|---|
Date | Oct. 5, 2019, 6:29 p.m. |
Message ID | <62182f3edaca897c05b3024d12b6c3bf@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41990/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/automation/hgautomation/cli.py b/contrib/automation/hgautomation/cli.py --- a/contrib/automation/hgautomation/cli.py +++ b/contrib/automation/hgautomation/cli.py @@ -204,7 +204,7 @@ parser.add_argument( '--aws-region', help='AWS region to use', - default='us-west-1', + default='us-west-2', ) subparsers = parser.add_subparsers()