Skip to content

Commit

Permalink
chore: update waltti alt zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Jan 18, 2022
1 parent 1f583fe commit 4da061e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gtfs-loader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ load_gtfs waltti
load_gtfs hsl

if [[ -v GTFS_AUTH ]]; then
NAME="router-waltti"
NAME="router-waltti-alt"
ZIPNAME=$NAME.zip
curl -sS -O --fail -u $GTFS_AUTH "http://dev-api.digitransit.fi/routing-data/v2/next-waltti/$ZIPNAME"
unzip -o $ZIPNAME && rm $ZIPNAME
Expand Down

0 comments on commit 4da061e

Please sign in to comment.