DEV: Typo in an output message of uploads.rake (#22209)

Signed-off-by: emmanuel-ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman 2023-06-21 07:00:26 +03:00 committed by GitHub
parent a64cb948ed
commit 722180edba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ end
task "uploads:stop_migration" => :environment do
SiteSetting.migrate_to_new_scheme = false
puts "Migration stoped!"
puts "Migration stopped!"
end
task "uploads:analyze", %i[cache_path limit] => :environment do |_, args|