pull/1/head
Oliver Kennedy 2018-08-23 11:29:11 -04:00
parent edeb9d7b85
commit 6f14157409
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module ImageSmith
puts "Render #{source}"
temp_file = nil
if source.start_with?("http") then
temp_file = Tempfile.new("img")zzz
temp_file = Tempfile.new("img")
open(source) do |f|
temp_file.write(f.read)
end