Update default worksheet list to correct typo

pull/115/head
ekimekim 5 years ago committed by Mike Lang
parent 86f22d38d8
commit 742fcc3a28

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

Loading…
Cancel
Save