Fix slightly wrong default sheet name

pull/142/head
Mike Lang 5 years ago
parent 6724027e5a
commit 2554b72c3a

@ -127,7 +127,7 @@
// The spreadsheet id and worksheet names for sheet sync to act on
sheet_id:: "your_id_here",
worksheets:: ["Tech Test & Pre-Show"] + ["Day %d" % n for n in std.range(1, 7)],
worksheets:: ["Tech Test & Preshow"] + ["Day %d" % n for n in std.range(1, 7)],
// Now for the actual docker-compose config

Loading…
Cancel
Save