Skip to content

provision.sh: If statement error on bucket creation #15

@egummett-aws

Description

@egummett-aws

provision.sh line 23
if [ $AWS_REGION=="us-east-1" ]; then
doesn't work, should be replaced with
if [$AWS_REGION=="us-east-1"]; then

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions