mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
ca8c5f7382
If an image is already on S3, but not available locally (eg. if they're already migrated), `path` is nil. This crashes the task, because File.exists?(nil) is not valid.