Fix default region.
This commit is contained in:
parent
4941d9d0da
commit
fbde2c688d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export_aws_vars() {
|
|||
export AWS_SECRET_ACCESS_KEY=$secret_access_key
|
||||
fi
|
||||
|
||||
if [ -n "$AWS_DEFAULT_REGION" ]; then
|
||||
if [ -n "$default_region" ]; then
|
||||
export AWS_DEFAULT_REGION=$default_region
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue