From 72054ee77e552eac5879705c41b28964e8deeecb Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Fri, 13 Sep 2024 19:48:35 +0200 Subject: [PATCH] =?UTF-8?q?init-year:=20Oprava=20za=C4=8D=C3=A1tku=20?= =?UTF-8?q?=C3=BAst=C5=99edn=C3=ADho=20kola?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/init-year | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/init-year b/bin/init-year index 0c571ad6..6b8955e1 100755 --- a/bin/init-year +++ b/bin/init-year @@ -35,7 +35,7 @@ D[C_SKOLNI]=${D[B_SKOLNI]} D[C_KRAJSKE]=${D[B_KRAJSKE]} D[P_DOMACI]=$YY1-11-15 D[P_KRAJSKE]=$YY2-01-23 -D[USTREDNI_PONDELI]=$YY2-03-16 +D[USTREDNI_PONDELI]=$YY2-03-17 # Délka soutěže v minutách declare -A L -- GitLab