From 18c19e4466e8dc0a699ca36add6089bdfdbe309e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 20 Dec 2012 03:38:56 -0500 Subject: [PATCH] only talk about runtime once --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index cc94976..eb63b3e 100755 --- a/bin/compile +++ b/bin/compile @@ -125,7 +125,6 @@ mkdir -p $(dirname $PROFILE_PATH) set +e PYTHON_VERSION=$(cat runtime.txt) -puts-step "Preparing Python runtime ($PYTHON_VERSION)" # Install Python. if [ -f .heroku/python-version ]; then @@ -139,6 +138,7 @@ fi if [ ! "$SKIP_INSTALL" ]; then + puts-step "Preparing Python runtime ($PYTHON_VERSION)" curl http://envy-versions.s3.amazonaws.com/$PYTHON_VERSION.tar.bz2 -s | tar jx > /dev/null mv python .heroku/python