diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-12 16:56:28 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-12 16:56:28 +0200 |
| commit | 62075b28a8ac08c86a0f94bb756679fb4a895fdd (patch) | |
| tree | fad902f127b786bfe0b81ed43f34ea28f1d21312 /Taskfile.yml | |
| parent | e86afb375a9ada25d9ee105ca0808028d2d72417 (diff) | |
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 2 |
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: |
