FIX: migrate_from_s3 rake task not working

This commit is contained in:
Sam 2018-01-22 11:42:09 +11:00
parent 36ed8f5176
commit 83a346cd68
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ def migrate_from_s3
require "file_store/s3_store"
# make sure S3 is disabled
if SiteSetting.Uploads.enable_s3_uploads
if SiteSetting.Upload.enable_s3_uploads
puts "You must disable S3 uploads before running that task."
return
end