about summary refs log tree commit diff
path: root/lib/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/monsterfork.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/monsterfork.rake b/lib/tasks/monsterfork.rake
index 659573358..efc45b2fe 100644
--- a/lib/tasks/monsterfork.rake
+++ b/lib/tasks/monsterfork.rake
@@ -14,7 +14,7 @@ namespace :monsterfork do
           begin
             next if s.destroyed?
             s.update_column(:normalized_text, normalize_status(s))
-          rescue rescue ActiveRecord::RecordNotFound
+          rescue ActiveRecord::RecordNotFound
             true
           end
         end