From 61ee7dfcc05db6dc6d2f6393aff1c8a73e431c0d Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 14 Oct 2021 14:36:42 +0200 Subject: [PATCH] Fix variable's name --- scripts/compile_version_upload_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile_version_upload_s3.sh b/scripts/compile_version_upload_s3.sh index cdb91966607..6ee146e03de 100755 --- a/scripts/compile_version_upload_s3.sh +++ b/scripts/compile_version_upload_s3.sh @@ -30,7 +30,7 @@ # AWS_REGION # AWS_ACCESS_KEY_ID # AWS_SECRET_ACCESS_KEY -# AWS_BUILD_TOOLS_BUCKET_NAME +# AWS_BUILD_TOOLS_BUCKET # # Note that in production we need to install `aws` Python package to run the # script. We can do this in a different virtualenv to avoid collision with the