diff options
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": [ |
