Skip to content

Commit

Permalink
Merge pull request #49 from jarrodldavis/activestorage-syntax-error
Browse files Browse the repository at this point in the history
fix syntax error in activestorage feature
  • Loading branch information
andrewn617 authored Sep 30, 2024
2 parents 916aec1 + df84ac8 commit 1ba56c8
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 1ba56c8

Please sign in to comment.