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.
1 parent 7b82bca commit ce176aeCopy full SHA for ce176ae
run.sh
@@ -50,10 +50,10 @@ if [ "$1" = "import" ]; then
50
51
if [ -n "$DOWNLOAD_PBF" ]; then
52
echo "INFO: Download PBF file: $DOWNLOAD_PBF"
53
- wget "$WGET_ARGS" "$DOWNLOAD_PBF" -O /data.osm.pbf
+ wget $WGET_ARGS "$DOWNLOAD_PBF" -O /data.osm.pbf
54
if [ -n "$DOWNLOAD_POLY" ]; then
55
echo "INFO: Download PBF-POLY file: $DOWNLOAD_POLY"
56
- wget "$WGET_ARGS" "$DOWNLOAD_POLY" -O /data.poly
+ wget $WGET_ARGS "$DOWNLOAD_POLY" -O /data.poly
57
fi
58
59
0 commit comments