Skip to content

Commit

Permalink
fix syntax error in activestorage feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodldavis committed Sep 27, 2024
1 parent 916aec1 commit df84ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/activestorage/install.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit df84ac8

Please sign in to comment.