Skip to content

Commit

Permalink
Use WGET variable
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Aug 5, 2024
1 parent 342983b commit e1cf0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-graph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi

# download parking data and put it into a zip
rm -f ${PARKING_NETEX_XML} ${PARKING_NETEX_ZIP}
wget ${PARKING_NETEX_URL} -O ${PARKING_NETEX_XML}
${WGET} ${PARKING_NETEX_URL} -O ${PARKING_NETEX_XML}

zip --junk-paths ${PARKING_NETEX_ZIP} ${PARKING_NETEX_XML}

Expand Down

0 comments on commit e1cf0d3

Please sign in to comment.