Skip to content

Commit 90b9ed9

Browse files
committed
remove duplicate CDK_DEFAULT_REGION export
1 parent 9e41707 commit 90b9ed9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: setup/setup-vscode.sh

-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ echo "export AWS_REGION=${AWS_REGION}" | tee -a ~/.bash_profile
6262
echo "export AWS_REGION=${AWS_REGION}" | tee -a ~/.bashrc
6363
echo "export AWS_DEFAULT_REGION=${AWS_REGION}" | tee -a ~/.bash_profile
6464
echo "export AWS_DEFAULT_REGION=${AWS_REGION}" | tee -a ~/.bashrc
65-
echo "export CDK_DEFAULT_REGION=${AWS_REGION}" | tee -a ~/.bash_profile
66-
echo "export CDK_DEFAULT_REGION=${AWS_REGION}" | tee -a ~/.bashrc
6765
aws configure set default.region ${AWS_REGION}
6866
aws configure get default.region
6967
test -n "$AWS_REGION" && echo AWS_REGION is "$AWS_REGION" || echo AWS_REGION is not set

0 commit comments

Comments
 (0)