[fix] geoplanet zip file

This commit is contained in:
Al
2016-10-06 01:37:30 -04:00
parent a67efcffe4
commit 7d5ef87348

View File

@@ -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