Commit 76a33f05 by aboutqx Committed by Mike Burns

Update processor.rb

parent 5d9b2bad
......@@ -40,7 +40,7 @@ module Paperclip
Paperclip.run(
Gem.win_platform ? "magick convert" : "convert",
arguments,
local_options
local_options,
)
end
......@@ -50,7 +50,7 @@ module Paperclip
Paperclip.run(
Gem.win_platform? ? "magick identify" : "identify",
arguments,
local_options
local_options,
)
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment