Commit 037b9755 by aboutqx Committed by Mike Burns

Update processor.rb

parent 7cb8e9cc
...@@ -37,7 +37,7 @@ module Paperclip ...@@ -37,7 +37,7 @@ module Paperclip
# The convert method runs the convert binary with the provided arguments. # The convert method runs the convert binary with the provided arguments.
# See Paperclip.run for the available options. # See Paperclip.run for the available options.
def convert(arguments = "", local_options = {}) def convert(arguments = "", local_options = {})
Paperclip.run(Gem.win_platform?"magick convert":"convert", arguments, local_options) Paperclip.run(Gem.win_platform ? "magick convert" : "convert", arguments, local_options)
end end
# The identify method runs the identify binary with the provided arguments. # The identify method runs the identify binary with the provided arguments.
......
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