From 27bd00e0a41473874a23594c291826d68945b890 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 22 Aug 2019 17:19:57 +0000 Subject: [PATCH] Fix configuration for TC Elections event For reasons not worth delving into this close to putting it to use, we've used "PTL Election" (singular) and "TC Elections" (plural) as the expected event names in our election tooling. Correct the errant "TC Election" entry in the present election config. Change-Id: Ifc588fc7a47738ab8262d5754adc38f7f7ec50d7 --- configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index ec4767d7..7d8b7044 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -18,7 +18,7 @@ timeline: - name: TC Campaigning start: 2019-09-03T23:45 end: 2019-09-10T23:45 - - name: TC Election + - name: TC Elections start: 2019-09-10T23:45 end: 2019-09-17T23:45 - name: PTL Election