diff --git a/lib/lorchess/round_robin_table.rb b/lib/lorchess/round_robin_table.rb index c5d1dbe..d7c486d 100644 --- a/lib/lorchess/round_robin_table.rb +++ b/lib/lorchess/round_robin_table.rb @@ -5,7 +5,7 @@ module LORChess require 'yaml' - DATADIR = '2014/1-tabiyas' + DATADIR = '2014/2-summertime' ROUNDS = 2 dir = File.dirname(__FILE__)