From 25f0f62634b8963216e23425bf5bf6d213a1bb71 Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Tue, 5 Dec 2017 23:00:20 -0800 Subject: [PATCH] Fix an episode that had a broken entry in the hash --- stargaterando-data.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stargaterando-data.rb b/stargaterando-data.rb index 05036cf..c52b304 100644 --- a/stargaterando-data.rb +++ b/stargaterando-data.rb @@ -123,7 +123,7 @@ module StargateRando::Data 'SG-1|5x19' => 'Menace', 'SG-1|5x20' => 'Sentinel', 'SG-1|5x21' => 'Meridian', - 'SG-2|5x22' => 'Revelations', + 'SG-1|5x22' => 'Revelations', # SG-1 Season 6 (22 episodes) 'SG-1|6x1' => 'Redemption (Part 1)', @@ -394,4 +394,4 @@ module StargateRando::Data 'SGU|2x20' => 'Gauntlet' } # Our crimes against humanity have ended. Please forgive us. -end \ No newline at end of file +end