about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-11-17 19:01:22 -0600
committermultiple creatures <dev@multiple-creature.party>2019-11-17 19:01:22 -0600
commit1391f441882ec27b01846868311d3090394ae8b9 (patch)
tree9fdb54e6f0fad9f1b6c3148ba4b885f7a1ab46ca /lib
parentf01f38d0ea568592ea614d4e557d937b5ccfe287 (diff)
Removed one too many `rescue`s.
Diffstat (limited to 'lib')
-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