Skip to content

Commit a0475d3

Browse files
authored
Merge pull request rails#53728 from Mth0158/vips-typo
Correct typo in active storage analyzer
2 parents ce8a6f1 + a05ad87 commit a0475d3

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)