Skip to content

Commit ff8e80c

Browse files
authored
Update aws-ssm-ssh-proxy-command.sh
1 parent 7a15fb1 commit ff8e80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-ssm-ssh-proxy-command.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636
REGION_SEPARATOR='--'
3737
if echo "$instance_id" | grep -q -e "${REGION_SEPARATOR}"
3838
then
39-
export AWS_DEFAULT_REGION="${instance_id##*"${REGION_SEPARATOR}"}"
39+
export AWS_REGION="${instance_id##*"${REGION_SEPARATOR}"}"
4040
instance_id="${instance_id%%"$REGION_SEPARATOR"*}"
4141
fi
4242

0 commit comments

Comments
 (0)