aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-04-12 16:56:28 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2026-04-12 16:56:28 +0200
commit62075b28a8ac08c86a0f94bb756679fb4a895fdd (patch)
treefad902f127b786bfe0b81ed43f34ea28f1d21312 /Taskfile.yml
parente86afb375a9ada25d9ee105ca0808028d2d72417 (diff)
Add football special services in VigoHEADmain
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 14165b5..9fdf82c 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -34,7 +34,7 @@ tasks:
download-vitrasa:
desc: "Download Vitrasa GTFS data (Vigo Open Data)"
cmds:
- - uv --directory build_vitrasa run ./build_static_feed.py
+ - uv --directory build_vitrasa run ./build_static_feed.py --match-days match_days.json
- cp build_vitrasa/gtfs_vigo.zip feeds/vitrasa.zip
download-feeds: