From 3e916e3fcc62879f5b5251ee0a9d6886e9384171 Mon Sep 17 00:00:00 2001 From: Raffaele Sandrini Date: Sun, 14 Sep 2014 10:16:57 +0200 Subject: [PATCH] Fix typo in cryptography detector --- bin/steps/cryptography | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/cryptography b/bin/steps/cryptography index 9df98bc31..054145066 100755 --- a/bin/steps/cryptography +++ b/bin/steps/cryptography @@ -20,7 +20,7 @@ source $BIN_DIR/utils bpwatch start libffi_install # If pylibmc exists within requirements, use vendored cryptography. -if (pip-grep -s requirements.txt cffi crytography &> /dev/null) then +if (pip-grep -s requirements.txt cffi cryptography &> /dev/null) then if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then export LIBFFI=$(pwd)/vendor