From d28dfc844c2ee59d7bf61fd8780c2842a1e9e104 Mon Sep 17 00:00:00 2001 From: vonavi Date: Sun, 2 Mar 2014 17:31:08 +0300 Subject: [PATCH] Schedule script: change the current tournament to 'Tabiyas'. --- schedule | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedule b/schedule index 8fb8a9f..90524fa 100755 --- a/schedule +++ b/schedule @@ -1,7 +1,7 @@ #!/usr/bin/env bash REPO=fat0troll/lorchess -TOURNEY=autumn2013 +TOURNEY=2014/1-tabiyas # Variables date="[0-9]\{2\}\.[0-9]\{2\}\.[0-9]\{4\}" @@ -57,7 +57,7 @@ fi for i in $seq; do - url="https://raw.github.com/${REPO}/master/${TOURNEY}/tour_${i}/tour_info" + url="https://raw.github.com/${REPO}/master/${TOURNEY}/tours/${i}/tour_info" # Store 'tour_info' in an array of lines. # *NOTE* The incorporation of newline at the end of 'tour_info'