From ecc5b76b8364d863bfe6d8a340ad6504b06fe4bd Mon Sep 17 00:00:00 2001 From: Geert Wirken Date: Sun, 24 Sep 2023 13:04:48 +0200 Subject: [PATCH] Fix column name casing --- dump/dump.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dump/dump.go b/dump/dump.go index 21ad365..9b3b28b 100644 --- a/dump/dump.go +++ b/dump/dump.go @@ -64,9 +64,9 @@ func DumpServicesStops(db *sql.DB, csvFile *os.File, gzipCompression bool, start "Stop:Arrival time", "Stop:Arrival delay", "Stop:Arrival cancelled", - "Stop:departure time", - "Stop:departure delay", - "Stop:departure cancelled", + "Stop:Departure time", + "Stop:Departure delay", + "Stop:Departure cancelled", }) var serviceCount int