Commit 7cb8e9cc by aboutqx Committed by Mike Burns

Update processor.rb

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