Skip to content

Commit aadd5a2

Browse files
authored
Merge pull request #10 from bartvanremortele/master
fix vendor check not checking the right filename
2 parents db5c984 + 01a34de commit aadd5a2

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)