Skip to content

Commit a05ad87

Browse files
committed
Correct typo in active storage analyzer
1 parent ce8a6f1 commit a05ad87

File tree

1 file changed

+1
-1
lines changed
  • activestorage/lib/active_storage/analyzer/image_analyzer

1 file changed

+1
-1
lines changed

activestorage/lib/active_storage/analyzer/image_analyzer/vips.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def read_image
3232
{}
3333
end
3434
rescue ::Vips::Error => error
35-
logger.error "Skipping image analysis due to an Vips error: #{error.message}"
35+
logger.error "Skipping image analysis due to a Vips error: #{error.message}"
3636
{}
3737
end
3838
end

0 commit comments

Comments
 (0)