From 707ed848bbf1fbde1100f03d46274b84e7590021 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Thu, 29 Aug 2019 15:58:12 -0700 Subject: [PATCH] fix typo in compile --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 1d70e67..9d0453a 100755 --- a/bin/compile +++ b/bin/compile @@ -45,7 +45,7 @@ if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then fi # Build binaries (python runtimes, etc) in the /staging/ directory on S3. Test -these binaries for compatibility when passed this environment variable. +# these binaries for compatibility when passed this environment variable. if [ "$TEST_STAGED_S3_BINARIES" == "1" ]; then echo "Testing staged binaries..." VENDOR_URL="https://lang-python.s3.amazonaws.com/staging/$STACK"