diff --git a/bin/steps/cryptography b/bin/steps/cryptography index b82f388..7569a69 100755 --- a/bin/steps/cryptography +++ b/bin/steps/cryptography @@ -22,7 +22,7 @@ bpwatch start libffi_install # If a package using cffi exists within requirements, use vendored libffi. if (pip-grep -s requirements.txt bcrypt cffi cryptography django[bcrypt] Django[bcrypt] PyNaCl pyOpenSSL PyOpenSSL requests[security] misaka &> /dev/null) then - if [ ! -d ".heroku/vendor/lib/libffi-3.1.1" ]; then + if [ ! -d ".heroku/vendor/lib/libffi-3.1" ]; then echo "-----> Noticed cffi. Bootstrapping libffi." mkdir -p .heroku/vendor # Download and extract libffi into target vendor directory.