From 83a346cd6879be75e6e9312e6b9d6edee1ae2c7b Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 22 Jan 2018 11:42:09 +1100 Subject: [PATCH] FIX: migrate_from_s3 rake task not working --- lib/tasks/uploads.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/uploads.rake b/lib/tasks/uploads.rake index 8ed7e746d74..d1a7827dd72 100644 --- a/lib/tasks/uploads.rake +++ b/lib/tasks/uploads.rake @@ -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