diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-28 12:54:15 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-28 12:54:15 +0100 |
| commit | b8a4bfbef49d5296aef7d78bff640cb782425728 (patch) | |
| tree | c40655ea4f0d672de83d9245d4d8c2de521e8a8a /build-config.json | |
| parent | 62fe6b46d0781bcab3b3163f5c2524cd5afb8014 (diff) | |
Patch damn script for Vitrasa, fix build config
Diffstat (limited to 'build-config.json')
| -rw-r--r-- | build-config.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build-config.json b/build-config.json index f5742bf..7c16aca 100644 --- a/build-config.json +++ b/build-config.json @@ -29,22 +29,22 @@ { "feedId": "tussa", "type": "gtfs", - "source": "./feeds/tussa.zip" + "source": "./custom_feeds/tussa.zip" }, { "feedId": "shuttle", "type": "gtfs", - "source": "./feeds/shuttle.zip" + "source": "./custom_feeds/shuttle.zip" }, { "feedId": "ourense", "type": "gtfs", - "source": "./feeds/ourense.zip" + "source": "./custom_feeds/ourense.zip" }, { "feedId": "lugo", "type": "gtfs", - "source": "./feeds/lugo.zip" + "source": "./custom_feeds/lugo.zip" } ], "osm": [ |
