From 7d5ef87348137a419398ba17fdba9e300e8b4782 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 6 Oct 2016 01:37:30 -0400 Subject: [PATCH] [fix] geoplanet zip file --- scripts/geodata/geoplanet/create_geoplanet_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/geoplanet/create_geoplanet_db.sh b/scripts/geodata/geoplanet/create_geoplanet_db.sh index 7dced482..b1bf6416 100755 --- a/scripts/geodata/geoplanet/create_geoplanet_db.sh +++ b/scripts/geodata/geoplanet/create_geoplanet_db.sh @@ -44,7 +44,7 @@ function download_file() { if [ ! -f $OUT_DIR/$GEOPLANET_ZIP_FILE ]; then echo "Downloading GeoPlanet" - download_file $GEOPLANET_URL GEOPLANET_ZIP_FILE + download_file $GEOPLANET_URL $GEOPLANET_ZIP_FILE fi cd $OUT_DIR