diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 11:04:43 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 11:04:43 +0100 |
| commit | 86ceab13fa9eab173522d67e5917c90840fb563f (patch) | |
| tree | 14486b3c8e0ac437b7bb5e5b1ad68e484b89a667 /Taskfile.yml | |
| parent | 1186795ace3075e309f984182951f47212786444 (diff) | |
Remove outdated stop overrides and examples for Vigo transit data
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index a7080db..983b05a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -41,5 +41,5 @@ tasks: gen-stop-json: desc: Generate stop-based JSON files for specified dates or date ranges. cmds: - - uv --directory ./data/vigo run ./download-stops.py - - uv --directory ./data/santiago run ./download-stops.py + - uv --directory ./src/stop_downloader/vigo run ./download-stops.py + - uv --directory ./src/stop_downloader/santiago run ./download-stops.py |
