From 821771508c972456bdaac65107cb935b46d33d9f Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 15 Mar 2022 15:43:04 -0500 Subject: [PATCH] Fix Yoga R-13 duration The current date settings for the Yoga R-13 week goes until 31 December, 2022, resulting in this week lasting for over a year. This shows up on the calendar for anyone subscribed to either the Yoga ICS calendar or the overall combined calendar. This corrects the end date to Friday the 31 December, 2021 when that week ended. Signed-off-by: Sean McGinnis Change-Id: I28b43577e94b887e133f1cb954b7eb601788940e --- doc/source/yoga/schedule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/yoga/schedule.yaml b/doc/source/yoga/schedule.yaml index 0c73f7f6e8..53a094cdca 100644 --- a/doc/source/yoga/schedule.yaml +++ b/doc/source/yoga/schedule.yaml @@ -48,7 +48,7 @@ cycle: - end: '2021-12-24' name: R-14 start: '2021-12-20' -- end: '2022-12-31' +- end: '2021-12-31' name: R-13 start: '2021-12-27' - end: '2022-01-07'