diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-06 18:01:14 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-06 18:01:14 +0100 |
| commit | 66758ffaa4238191010ccc3dde7e5cdc6445f315 (patch) | |
| tree | 639e37ea14fdb8990451b904eb7c0b2ad2542e9d /Taskfile.yml | |
| parent | 785bc4569fc87aa289766847c862dd8148c5de0b (diff) | |
Seemingly fix algorithm (thanks copilot)
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 84aab94..da88106 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -36,4 +36,4 @@ tasks: gen-stop-report: desc: Generate stop-based JSON reports for specified dates or date ranges. cmds: - - uv --directory ./src/gtfs_vigo_stops run ./stop_report.py --output-dir ./output --feed-url https://datos.vigo.org/data/transporte/gtfs_vigo.zip + - uv --directory ./src/gtfs_vigo_stops run ./stop_report.py --output-dir ./output --feed-url https://datos.vigo.org/data/transporte/gtfs_vigo.zip --force |
