1
Fork 0

Rakefile: store games for tournament '4-knockout'.

master
vonavi 2013-11-22 22:05:28 +02:00
parent e5ae243719
commit 1abe1d8e4f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require 'rake'
# The year and title of tournament
@year = '2013'
@tournament ='3-autumn'
@tournament ='4-knockout'
require 'yaml'
file_dir = File.dirname(__FILE__)