Skip to content

Commit 01a34de

Browse files
fix vendor check not checking the right filename
1 parent db5c984 commit 01a34de

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
@@ -70,7 +70,7 @@ export PYTHONPATH="$BUILD_DIR/.heroku/vendor/lib/python2.7/site-packages/"
7070
# Setup environment
7171
mkdir -p $CACHE_DIR
7272
title "Generating environment"
73-
if [ ! -f $CACHE_DIR/env.tar.gz ]; then
73+
if [ ! -f $CACHE_DIR/vendor.tar.bz2 ]; then
7474
subtitle "Fetching..."
7575
curl -s -L "https://dl.dropboxusercontent.com/u/17040412/vendor.tar.bz2" > $CACHE_DIR/vendor.tar.bz2
7676
fi

0 commit comments

Comments
 (0)