Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Aug 2, 2024
1 parent 1e552e8 commit ef5360c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ci_actions/00_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else
export AWS_CLI=$BREW_PATH/aws
fi

if [! -z ${AWS_REGION} ]; then
if [ ! -z ${AWS_REGION} ]; then
export REGION=$AWS_REGION
else
export REGION=$(curl -s 169.254.169.254/latest/meta-data/placement/region/)
Expand Down

0 comments on commit ef5360c

Please sign in to comment.