diff --git a/lib/tasks/migrations.rake b/lib/tasks/migrations.rake index 8defa79f9..3fa9cbced 100644 --- a/lib/tasks/migrations.rake +++ b/lib/tasks/migrations.rake @@ -39,7 +39,7 @@ namespace :migrations do end desc 'allow to upgrade old image urls to use rel path' - task :swtich_image_urls do + task :switch_image_urls do end desc 'fix usernames with periods in them'