From 47f7f430f952839272e8d3fb9aa942d2997410f6 Mon Sep 17 00:00:00 2001 From: vonavi Date: Sat, 10 May 2014 14:19:46 +0300 Subject: [PATCH] Round-robin table: switch to tournament 'Summertime'. --- lib/lorchess/round_robin_table.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)