aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml4
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