diff --git a/features/activestorage/install.sh b/features/activestorage/install.sh index caa0d4b..b8f4a00 100755 --- a/features/activestorage/install.sh +++ b/features/activestorage/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -if [ "$VARIANTPROCESSOR" = "mini_magick"]; then +if [ "$VARIANTPROCESSOR" = "mini_magick" ]; then IMAGE_PROCESSOR="imagemagick" else IMAGE_PROCESSOR="libvips"