Skip to content

Commit 707ed84

Browse files
committed
fix typo in compile
1 parent 385296c commit 707ed84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
4545
fi
4646

4747
# Build binaries (python runtimes, etc) in the /staging/ directory on S3. Test
48-
these binaries for compatibility when passed this environment variable.
48+
# these binaries for compatibility when passed this environment variable.
4949
if [ "$TEST_STAGED_S3_BINARIES" == "1" ]; then
5050
echo "Testing staged binaries..."
5151
VENDOR_URL="https://lang-python.s3.amazonaws.com/staging/$STACK"

0 commit comments

Comments
 (0)