mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
typo in error message
This commit is contained in:
parent
1fc2597626
commit
ea8394b080
@ -74,7 +74,7 @@ class UploadFixer
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
rescue => e
|
rescue => e
|
||||||
STDERR.puts "Skipping upload: ailed to correct extension on upload id: #{upload.id} #{current_extension} => #{correct_extension}"
|
STDERR.puts "Skipping upload: failed to correct extension on upload id: #{upload.id} #{current_extension} => #{correct_extension}"
|
||||||
STDERR.puts e
|
STDERR.puts e
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user