Skip to content

Commit

Permalink
Update lib/attachment_on_the_fly.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldomendes committed Nov 28, 2012
1 parent 81052c6 commit 976662a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/attachment_on_the_fly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def generate_image(kind, height = 0, width = 0,parameters = {})
command = "#{convert_command_path}convert -strip -geometry #{width}x#{height} -quality #{quality} -sharpen 1 '#{original}' '#{newfilename}' 2>&1 > /dev/null"
end

`echo "#{command}" > tmp/out.txt`


`#{command}`

Expand Down

0 comments on commit 976662a

Please sign in to comment.