We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 646e242 + 7470ab8 commit 17256e1Copy full SHA for 17256e1
1 file changed
scripts/gtfs-loader.sh
@@ -28,7 +28,7 @@ function load_gtfs {
28
echo Loading GTFS from "$DATAURL"
29
curl -sS --fail $DATAURL$PARAMS -o $ZIPNAME
30
unzip -o $ZIPNAME && rm $ZIPNAME
31
- mv $NAME/*.zip gtfs/
+ mv $NAME/*-gtfs.zip gtfs/
32
}
33
34
load_gtfs v3 finland
0 commit comments